@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ReencryptObjectDetails extends ExplicitlySetBmcModel
The details used to re-encrypt the data encryption keys associated with an object. You can only specify either a kmsKeyId or an sseCustomerKey in the request payload, not both. If the request payload is empty, the object is encrypted using the encryption key assigned to the bucket. The bucket encryption mechanism can either be a master encryption key managed by Oracle or the Vault service.
- The sseCustomerKey field specifies the customer-provided encryption key (SSE-C) that will be used to re-encrypt the data encryption keys of the object and its chunks.
- The sourceSSECustomerKey field specifies information about the customer-provided encryption key that is currently
associated with the object source. Specify a value for the sourceSSECustomerKey only if the object
is encrypted with a customer-provided encryption key.
Note: Objects should always be created or deserialized using the ReencryptObjectDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the ReencryptObjectDetails.Builder
, which maintain a set of all explicitly set fields called
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ReencryptObjectDetails.Builder |
Constructor and Description |
---|
ReencryptObjectDetails(String kmsKeyId,
SSECustomerKeyDetails sseCustomerKey,
SSECustomerKeyDetails sourceSseCustomerKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ReencryptObjectDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getKmsKeyId()
The OCID of the master encryption key used to call the Vault
service to re-encrypt the data encryption keys associated with the object and its chunks.
|
SSECustomerKeyDetails |
getSourceSseCustomerKey() |
SSECustomerKeyDetails |
getSseCustomerKey() |
int |
hashCode() |
ReencryptObjectDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"kmsKeyId","sseCustomerKey","sourceSseCustomerKey"}) public ReencryptObjectDetails(String kmsKeyId, SSECustomerKeyDetails sseCustomerKey, SSECustomerKeyDetails sourceSseCustomerKey)
public static ReencryptObjectDetails.Builder builder()
Create a new builder.
public ReencryptObjectDetails.Builder toBuilder()
public String getKmsKeyId()
The OCID of the master encryption key used to call the Vault service to re-encrypt the data encryption keys associated with the object and its chunks. If the kmsKeyId value is empty, whether null or an empty string, the API will perform re-encryption by using the kmsKeyId associated with the bucket or the master encryption key managed by Oracle, depending on the bucket encryption mechanism.
public SSECustomerKeyDetails getSseCustomerKey()
public SSECustomerKeyDetails getSourceSseCustomerKey()
public String toString()
toString
in class ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.