public class EncryptionConfiguration extends Object implements Serializable, Cloneable
Constructor and Description |
---|
EncryptionConfiguration() |
Modifier and Type | Method and Description |
---|---|
EncryptionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getReplicaKmsKeyID()
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web
Services Key Management Service (KMS) for the destination bucket.
|
int |
hashCode() |
void |
setReplicaKmsKeyID(String replicaKmsKeyID)
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web
Services Key Management Service (KMS) for the destination bucket.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EncryptionConfiguration |
withReplicaKmsKeyID(String replicaKmsKeyID)
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web
Services Key Management Service (KMS) for the destination bucket.
|
public String getReplicaKmsKeyID()
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric, customer managed KMS keys. For more information, see Using symmetric and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.
public void setReplicaKmsKeyID(String replicaKmsKeyID)
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric, customer managed KMS keys. For more information, see Using symmetric and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.
replicaKmsKeyID
- Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in
Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to
encrypt replica objects. Amazon S3 only supports symmetric, customer managed KMS keys. For more
information, see Using symmetric
and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.public EncryptionConfiguration withReplicaKmsKeyID(String replicaKmsKeyID)
Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric, customer managed KMS keys. For more information, see Using symmetric and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.
replicaKmsKeyID
- Specifies the ID (Key ARN or Alias ARN) of the customer managed Amazon Web Services KMS key stored in
Amazon Web Services Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to
encrypt replica objects. Amazon S3 only supports symmetric, customer managed KMS keys. For more
information, see Using symmetric
and asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.public String toString()
toString
in class Object
Object.toString()
public EncryptionConfiguration clone()
Copyright © 2021. All rights reserved.