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 Summary
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, sdkFieldNameToField, sdkFields
-
Method Details
-
publicKey
The public key.
- Parameters:
publicKey- The public key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateKey
The private key.
- Parameters:
privateKey- The private key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-