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
KMS key 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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateDataKeyPairWithoutPlaintextResponse.Builder privateKeyCiphertextBlob(SdkBytes privateKeyCiphertextBlob)
The encrypted copy of the private key. When you use the HTTP API or the Amazon Web Services 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 Amazon Web Services CLI, the
value is Base64-encoded. Otherwise, it is not Base64-encoded.GenerateDataKeyPairWithoutPlaintextResponse.Builder publicKey(SdkBytes publicKey)
The public key (in plaintext). When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
publicKey - The public key (in plaintext). When you use the HTTP API or the Amazon Web Services CLI, the value is
Base64-encoded. Otherwise, it is not Base64-encoded.GenerateDataKeyPairWithoutPlaintextResponse.Builder keyId(String keyId)
The Amazon Resource Name (key ARN) of the KMS key that encrypted the private key.
keyId - The Amazon Resource Name (key ARN)
of the KMS key 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,
DataKeyPairSpecGenerateDataKeyPairWithoutPlaintextResponse.Builder keyPairSpec(DataKeyPairSpec keyPairSpec)
The type of data key pair that was generated.
keyPairSpec - The type of data key pair that was generated.DataKeyPairSpec,
DataKeyPairSpecCopyright © 2023. All rights reserved.