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 encryption key.
|
GenerateDataKeyWithoutPlaintextResponse.Builder |
keyId(String keyId)
The identifier of the CMK under which the data encryption key was generated and encrypted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGenerateDataKeyWithoutPlaintextResponse.Builder ciphertextBlob(SdkBytes ciphertextBlob)
The encrypted data encryption key. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded. Otherwise, it is not encoded.
ciphertextBlob - The encrypted data encryption key. When you use the HTTP API or the AWS CLI, the value is
Base64-encdoded. Otherwise, it is not encoded.GenerateDataKeyWithoutPlaintextResponse.Builder keyId(String keyId)
The identifier of the CMK under which the data encryption key was generated and encrypted.
keyId - The identifier of the CMK under which the data encryption key was generated and encrypted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.