public static interface GenerateDataKeyWithoutPlaintextResponse.Builder extends KMSResponse.Builder, CopyableBuilder<GenerateDataKeyWithoutPlaintextResponse.Builder,GenerateDataKeyWithoutPlaintextResponse>
Modifier and Type | Method and Description |
---|---|
GenerateDataKeyWithoutPlaintextResponse.Builder |
ciphertextBlob(ByteBuffer 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
sdkHttpResponse, sdkHttpResponse
copy
apply, build
GenerateDataKeyWithoutPlaintextResponse.Builder ciphertextBlob(ByteBuffer ciphertextBlob)
The encrypted data encryption key. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
ciphertextBlob
- The encrypted data encryption key. When you use the HTTP API or the AWS CLI, the value is
Base64-encoded. 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.