public static interface BucketServerSideEncryption.Builder extends SdkPojo, CopyableBuilder<BucketServerSideEncryption.Builder,BucketServerSideEncryption>
| Modifier and Type | Method and Description |
|---|---|
BucketServerSideEncryption.Builder |
kmsMasterKeyId(String kmsMasterKeyId)
The Amazon Resource Name (ARN) or unique identifier (key ID) for the AWS Key Management Service (AWS KMS)
customer master key (CMK) that's used by default to encrypt objects that are added to the bucket.
|
BucketServerSideEncryption.Builder |
type(String type)
The type of server-side encryption that's used by default when storing new objects in the bucket.
|
BucketServerSideEncryption.Builder |
type(Type type)
The type of server-side encryption that's used by default when storing new objects in the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketServerSideEncryption.Builder kmsMasterKeyId(String kmsMasterKeyId)
The Amazon Resource Name (ARN) or unique identifier (key ID) for the AWS Key Management Service (AWS KMS) customer master key (CMK) that's used by default to encrypt objects that are added to the bucket. This value is null if the bucket uses an Amazon S3 managed key to encrypt new objects or the bucket doesn't encrypt new objects by default.
kmsMasterKeyId - The Amazon Resource Name (ARN) or unique identifier (key ID) for the AWS Key Management Service (AWS
KMS) customer master key (CMK) that's used by default to encrypt objects that are added to the bucket.
This value is null if the bucket uses an Amazon S3 managed key to encrypt new objects or the bucket
doesn't encrypt new objects by default.BucketServerSideEncryption.Builder type(String type)
The type of server-side encryption that's used by default when storing new objects in the bucket. Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key and use Amazon S3 managed encryption (SSE-S3).
aws:kms - New objects are encrypted with an AWS KMS CMK, specified by the kmsMasterKeyId property, and use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS encryption (SSE-KMS).
NONE - New objects aren't encrypted by default. Default encryption is disabled for the bucket.
type - The type of server-side encryption that's used by default when storing new objects in the bucket.
Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key and use Amazon S3 managed encryption (SSE-S3).
aws:kms - New objects are encrypted with an AWS KMS CMK, specified by the kmsMasterKeyId property, and use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS encryption (SSE-KMS).
NONE - New objects aren't encrypted by default. Default encryption is disabled for the bucket.
Type,
TypeBucketServerSideEncryption.Builder type(Type type)
The type of server-side encryption that's used by default when storing new objects in the bucket. Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key and use Amazon S3 managed encryption (SSE-S3).
aws:kms - New objects are encrypted with an AWS KMS CMK, specified by the kmsMasterKeyId property, and use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS encryption (SSE-KMS).
NONE - New objects aren't encrypted by default. Default encryption is disabled for the bucket.
type - The type of server-side encryption that's used by default when storing new objects in the bucket.
Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key and use Amazon S3 managed encryption (SSE-S3).
aws:kms - New objects are encrypted with an AWS KMS CMK, specified by the kmsMasterKeyId property, and use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS encryption (SSE-KMS).
NONE - New objects aren't encrypted by default. Default encryption is disabled for the bucket.
Type,
TypeCopyright © 2021. All rights reserved.