public static interface GenerateDataKeyWithoutPlaintextResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<GenerateDataKeyWithoutPlaintextResponse.Builder,GenerateDataKeyWithoutPlaintextResponse>
| Modifier and Type | Method and Description |
|---|---|
GenerateDataKeyWithoutPlaintextResponse.Builder |
ciphertextBlob(SdkBytes ciphertextBlob)
The encrypted data key.
|
GenerateDataKeyWithoutPlaintextResponse.Builder |
keyId(String keyId)
The Amazon Resource Name (key ARN) of the
KMS key that encrypted the data key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateDataKeyWithoutPlaintextResponse.Builder ciphertextBlob(SdkBytes ciphertextBlob)
The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
ciphertextBlob - The encrypted data key. When you use the HTTP API or the Amazon Web Services CLI, the value is
Base64-encoded. Otherwise, it is not Base64-encoded.GenerateDataKeyWithoutPlaintextResponse.Builder keyId(String keyId)
The Amazon Resource Name (key ARN) of the KMS key that encrypted the data key.
keyId - The Amazon Resource Name (key ARN)
of the KMS key that encrypted the data key.Copyright © 2023. All rights reserved.