ToCopyableBuilder<GenerateDataKeyWithoutPlaintextResponse.Builder,GenerateDataKeyWithoutPlaintextResponse>@Generated("software.amazon.awssdk:codegen") public class GenerateDataKeyWithoutPlaintextResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GenerateDataKeyWithoutPlaintextResponse.Builder,GenerateDataKeyWithoutPlaintextResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GenerateDataKeyWithoutPlaintextResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static GenerateDataKeyWithoutPlaintextResponse.Builder |
builder() |
|
ByteBuffer |
ciphertextBlob() |
The encrypted data encryption key.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyId() |
The identifier of the CMK under which the data encryption key was generated and encrypted.
|
static Class<? extends GenerateDataKeyWithoutPlaintextResponse.Builder> |
serializableBuilderClass() |
|
GenerateDataKeyWithoutPlaintextResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic ByteBuffer ciphertextBlob()
The encrypted data encryption key.
ByteBuffers are stateful. Calling their get methods changes their position. We recommend
using ByteBuffer.asReadOnlyBuffer() to create a read-only view of the buffer with an independent
position, and calling get methods on this rather than directly on the returned ByteBuffer
. Doing so will ensure that anyone else using the ByteBuffer will not be affected by changes to the
position.
public String keyId()
The identifier of the CMK under which the data encryption key was generated and encrypted.
public GenerateDataKeyWithoutPlaintextResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GenerateDataKeyWithoutPlaintextResponse.Builder,GenerateDataKeyWithoutPlaintextResponse>public static GenerateDataKeyWithoutPlaintextResponse.Builder builder()
public static Class<? extends GenerateDataKeyWithoutPlaintextResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.