public static interface GenerateDataKeyPairWithoutPlaintextResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<GenerateDataKeyPairWithoutPlaintextResponse.Builder,GenerateDataKeyPairWithoutPlaintextResponse>
Modifier and Type | Method and Description |
---|---|
GenerateDataKeyPairWithoutPlaintextResponse.Builder |
keyId(String keyId)
The Amazon Resource Name (key ARN) of the
CMK that encrypted the private key.
|
GenerateDataKeyPairWithoutPlaintextResponse.Builder |
keyPairSpec(DataKeyPairSpec keyPairSpec)
The type of data key pair that was generated.
|
GenerateDataKeyPairWithoutPlaintextResponse.Builder |
keyPairSpec(String keyPairSpec)
The type of data key pair that was generated.
|
GenerateDataKeyPairWithoutPlaintextResponse.Builder |
privateKeyCiphertextBlob(SdkBytes privateKeyCiphertextBlob)
The encrypted copy of the private key.
|
GenerateDataKeyPairWithoutPlaintextResponse.Builder |
publicKey(SdkBytes publicKey)
The public key (in plaintext).
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GenerateDataKeyPairWithoutPlaintextResponse.Builder privateKeyCiphertextBlob(SdkBytes privateKeyCiphertextBlob)
The encrypted copy of the private key. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
privateKeyCiphertextBlob
- The encrypted copy of the private key. When you use the HTTP API or the AWS CLI, the value is
Base64-encoded. Otherwise, it is not Base64-encoded.GenerateDataKeyPairWithoutPlaintextResponse.Builder publicKey(SdkBytes publicKey)
The public key (in plaintext).
publicKey
- The public key (in plaintext).GenerateDataKeyPairWithoutPlaintextResponse.Builder keyId(String keyId)
The Amazon Resource Name (key ARN) of the CMK that encrypted the private key.
keyId
- The Amazon Resource Name (key ARN)
of the CMK that encrypted the private key.GenerateDataKeyPairWithoutPlaintextResponse.Builder keyPairSpec(String keyPairSpec)
The type of data key pair that was generated.
keyPairSpec
- The type of data key pair that was generated.DataKeyPairSpec
,
DataKeyPairSpec
GenerateDataKeyPairWithoutPlaintextResponse.Builder keyPairSpec(DataKeyPairSpec keyPairSpec)
The type of data key pair that was generated.
keyPairSpec
- The type of data key pair that was generated.DataKeyPairSpec
,
DataKeyPairSpec