Interface KeyPair.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KeyPair.Builder,
,KeyPair> SdkBuilder<KeyPair.Builder,
,KeyPair> SdkPojo
- Enclosing class:
KeyPair
-
Method Summary
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.
-