Class ReencryptObjectDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.objectstorage.model.ReencryptObjectDetails.Builder
 
- 
- Enclosing class:
- ReencryptObjectDetails
 
 public static class ReencryptObjectDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReencryptObjectDetailsbuild()ReencryptObjectDetails.Buildercopy(ReencryptObjectDetails model)ReencryptObjectDetails.BuilderkmsKeyId(String kmsKeyId)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.ReencryptObjectDetails.BuildersourceSseCustomerKey(SSECustomerKeyDetails sourceSseCustomerKey)ReencryptObjectDetails.BuildersseCustomerKey(SSECustomerKeyDetails sseCustomerKey)
 
- 
- 
- 
Method Detail- 
kmsKeyIdpublic ReencryptObjectDetails.Builder kmsKeyId(String kmsKeyId) 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. - Parameters:
- kmsKeyId- the value to set
- Returns:
- this builder
 
 - 
sseCustomerKeypublic ReencryptObjectDetails.Builder sseCustomerKey(SSECustomerKeyDetails sseCustomerKey) 
 - 
sourceSseCustomerKeypublic ReencryptObjectDetails.Builder sourceSseCustomerKey(SSECustomerKeyDetails sourceSseCustomerKey) 
 - 
buildpublic ReencryptObjectDetails build() 
 - 
copypublic ReencryptObjectDetails.Builder copy(ReencryptObjectDetails model) 
 
- 
 
-