CopyableBuilder<KeyPairIds.Builder,KeyPairIds>
, SdkBuilder<KeyPairIds.Builder,KeyPairIds>
public static interface KeyPairIds.Builder extends CopyableBuilder<KeyPairIds.Builder,KeyPairIds>
Modifier and Type | Method | Description |
---|---|---|
KeyPairIds.Builder |
items(String... items) |
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber . |
KeyPairIds.Builder |
items(Collection<String> items) |
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber . |
KeyPairIds.Builder |
quantity(Integer quantity) |
The number of active CloudFront key pairs for
AwsAccountNumber . |
copy
apply, build
KeyPairIds.Builder quantity(Integer quantity)
The number of active CloudFront key pairs for AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
quantity
- The number of active CloudFront key pairs for AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
KeyPairIds.Builder items(Collection<String> items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
items
- A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
KeyPairIds.Builder items(String... items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection)
or #withItems(java.util.Collection)
if you want to override
the existing values.
items
- A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.