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 KMS key that's used by default to
encrypt objects that are added to the bucket.
|
BucketServerSideEncryption.Builder |
type(String type)
The server-side encryption algorithm that's used by default to encrypt objects that are added to the bucket.
|
BucketServerSideEncryption.Builder |
type(Type type)
The server-side encryption algorithm that's used by default to encrypt objects that are added to the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketServerSideEncryption.Builder kmsMasterKeyId(String kmsMasterKeyId)
The Amazon Resource Name (ARN) or unique identifier (key ID) for the KMS key that's used by default to encrypt objects that are added to the bucket. This value is null if the bucket is configured to use an Amazon S3 managed key to encrypt new objects.
kmsMasterKeyId - The Amazon Resource Name (ARN) or unique identifier (key ID) for the KMS key that's used by default to
encrypt objects that are added to the bucket. This value is null if the bucket is configured to use an
Amazon S3 managed key to encrypt new objects.BucketServerSideEncryption.Builder type(String type)
The server-side encryption algorithm that's used by default to encrypt objects that are added to the bucket. Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key. They use SSE-S3 encryption.
aws:kms - New objects are encrypted with an KMS key (kmsMasterKeyId), either an Amazon Web Services managed key or a customer managed key. They use SSE-KMS encryption.
NONE - The bucket's default encryption settings don't specify server-side encryption behavior for new objects.
type - The server-side encryption algorithm that's used by default to encrypt objects that are added to the
bucket. Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key. They use SSE-S3 encryption.
aws:kms - New objects are encrypted with an KMS key (kmsMasterKeyId), either an Amazon Web Services managed key or a customer managed key. They use SSE-KMS encryption.
NONE - The bucket's default encryption settings don't specify server-side encryption behavior for new objects.
Type,
TypeBucketServerSideEncryption.Builder type(Type type)
The server-side encryption algorithm that's used by default to encrypt objects that are added to the bucket. Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key. They use SSE-S3 encryption.
aws:kms - New objects are encrypted with an KMS key (kmsMasterKeyId), either an Amazon Web Services managed key or a customer managed key. They use SSE-KMS encryption.
NONE - The bucket's default encryption settings don't specify server-side encryption behavior for new objects.
type - The server-side encryption algorithm that's used by default to encrypt objects that are added to the
bucket. Possible values are:
AES256 - New objects are encrypted with an Amazon S3 managed key. They use SSE-S3 encryption.
aws:kms - New objects are encrypted with an KMS key (kmsMasterKeyId), either an Amazon Web Services managed key or a customer managed key. They use SSE-KMS encryption.
NONE - The bucket's default encryption settings don't specify server-side encryption behavior for new objects.
Type,
TypeCopyright © 2023. All rights reserved.