Interface KeyPairIds.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<KeyPairIds.Builder,,KeyPairIds> SdkBuilder<KeyPairIds.Builder,,KeyPairIds> SdkPojo
- Enclosing class:
 KeyPairIds
public static interface KeyPairIds.Builder
extends SdkPojo, CopyableBuilder<KeyPairIds.Builder,KeyPairIds> 
- 
Method Summary
Modifier and TypeMethodDescriptionA list of CloudFront key pair identifiers.items(Collection<String> items) A list of CloudFront key pair identifiers.The number of key pair identifiers in the list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
quantity
The number of key pair identifiers in the list.
- Parameters:
 quantity- The number of key pair identifiers in the list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
A list of CloudFront key pair identifiers.
- Parameters:
 items- A list of CloudFront key pair identifiers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
A list of CloudFront key pair identifiers.
- Parameters:
 items- A list of CloudFront key pair identifiers.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -