public static interface BucketCountByEncryptionType.Builder extends SdkPojo, CopyableBuilder<BucketCountByEncryptionType.Builder,BucketCountByEncryptionType>
| Modifier and Type | Method and Description |
|---|---|
BucketCountByEncryptionType.Builder |
kmsManaged(Long kmsManaged)
The total number of buckets that use an AWS Key Management Service (AWS KMS) customer master key (CMK) to
encrypt new objects by default.
|
BucketCountByEncryptionType.Builder |
s3Managed(Long s3Managed)
The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default.
|
BucketCountByEncryptionType.Builder |
unencrypted(Long unencrypted)
The total number of buckets that don't encrypt new objects by default.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketCountByEncryptionType.Builder kmsManaged(Long kmsManaged)
The total number of buckets that use an AWS Key Management Service (AWS KMS) customer master key (CMK) to encrypt new objects by default. These buckets use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS encryption (SSE-KMS).
kmsManaged - The total number of buckets that use an AWS Key Management Service (AWS KMS) customer master key (CMK) to encrypt new objects by default. These buckets use AWS managed AWS KMS encryption (AWS-KMS) or customer managed AWS KMS encryption (SSE-KMS).
BucketCountByEncryptionType.Builder s3Managed(Long s3Managed)
The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default. These buckets use Amazon S3 managed encryption (SSE-S3).
s3Managed - The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default. These
buckets use Amazon S3 managed encryption (SSE-S3).BucketCountByEncryptionType.Builder unencrypted(Long unencrypted)
The total number of buckets that don't encrypt new objects by default. Default encryption is disabled for these buckets.
unencrypted - The total number of buckets that don't encrypt new objects by default. Default encryption is disabled
for these buckets.Copyright © 2021. All rights reserved.