Interface KeyPair.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KeyPair.Builder,,- KeyPair> - SdkBuilder<KeyPair.Builder,,- KeyPair> - SdkPojo
- Enclosing class:
- KeyPair
@Mutable
@NotThreadSafe
public static interface KeyPair.Builder
extends SdkPojo, CopyableBuilder<KeyPair.Builder,KeyPair> 
- 
Method SummaryMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
publicKeyThe public key. - Parameters:
- publicKey- The public key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
privateKeyThe private key. - Parameters:
- privateKey- The private key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-