public static interface KeyPairIds.Builder extends SdkPojo, CopyableBuilder<KeyPairIds.Builder,KeyPairIds>
| Modifier and Type | Method and Description |
|---|---|
KeyPairIds.Builder |
items(Collection<String> items)
A list of CloudFront key pair identifiers.
|
KeyPairIds.Builder |
items(String... items)
A list of CloudFront key pair identifiers.
|
KeyPairIds.Builder |
quantity(Integer quantity)
The number of key pair identifiers in the list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyPairIds.Builder quantity(Integer quantity)
The number of key pair identifiers in the list.
quantity - The number of key pair identifiers in the list.KeyPairIds.Builder items(Collection<String> items)
A list of CloudFront key pair identifiers.
items - A list of CloudFront key pair identifiers.KeyPairIds.Builder items(String... items)
A list of CloudFront key pair identifiers.
items - A list of CloudFront key pair identifiers.Copyright © 2023. All rights reserved.