public static interface ServerSideEncryption.Builder extends SdkPojo, CopyableBuilder<ServerSideEncryption.Builder,ServerSideEncryption>
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryption.Builder |
encryptionType(EncryptionType encryptionType)
The server-side encryption algorithm that's used when storing data in the bucket or object.
|
ServerSideEncryption.Builder |
encryptionType(String encryptionType)
The server-side encryption algorithm that's used when storing data in the bucket or object.
|
ServerSideEncryption.Builder |
kmsMasterKeyId(String kmsMasterKeyId)
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) master key that's used to encrypt
the bucket or object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServerSideEncryption.Builder encryptionType(String encryptionType)
The server-side encryption algorithm that's used when storing data in the bucket or object. If encryption is disabled for the bucket or object, this value is NONE.
encryptionType - The server-side encryption algorithm that's used when storing data in the bucket or object. If
encryption is disabled for the bucket or object, this value is NONE.EncryptionType,
EncryptionTypeServerSideEncryption.Builder encryptionType(EncryptionType encryptionType)
The server-side encryption algorithm that's used when storing data in the bucket or object. If encryption is disabled for the bucket or object, this value is NONE.
encryptionType - The server-side encryption algorithm that's used when storing data in the bucket or object. If
encryption is disabled for the bucket or object, this value is NONE.EncryptionType,
EncryptionTypeServerSideEncryption.Builder kmsMasterKeyId(String kmsMasterKeyId)
The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) master key that's used to encrypt the bucket or object. This value is null if KMS isn't used to encrypt the bucket or object.
kmsMasterKeyId - The Amazon Resource Name (ARN) of the AWS Key Management Service (AWS KMS) master key that's used to
encrypt the bucket or object. This value is null if KMS isn't used to encrypt the bucket or object.Copyright © 2020. All rights reserved.