ToCopyableBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
@Generated("software.amazon.awssdk:codegen") public class ReEncryptResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ReEncryptResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ReEncryptResponse.Builder |
builder() |
|
ByteBuffer |
ciphertextBlob() |
The reencrypted data.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
keyId() |
Unique identifier of the CMK used to reencrypt the data.
|
static Class<? extends ReEncryptResponse.Builder> |
serializableBuilderClass() |
|
String |
sourceKeyId() |
Unique identifier of the CMK used to originally encrypt the data.
|
ReEncryptResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public ByteBuffer ciphertextBlob()
The reencrypted data.
ByteBuffer
s 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 sourceKeyId()
Unique identifier of the CMK used to originally encrypt the data.
public String keyId()
Unique identifier of the CMK used to reencrypt the data.
public ReEncryptResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
public static ReEncryptResponse.Builder builder()
public static Class<? extends ReEncryptResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.