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 objects.
|
BucketCountByEncryptionType.Builder |
s3Managed(Long s3Managed)
The total number of buckets that use an Amazon S3 managed key to encrypt objects.
|
BucketCountByEncryptionType.Builder |
unencrypted(Long unencrypted)
The total number of buckets that don't encrypt 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 objects. These buckets use AWS managed AWS KMS (AWS-KMS) encryption or customer managed AWS KMS (SSE-KMS) encryption.
kmsManaged - The total number of buckets that use an AWS Key Management Service (AWS KMS) customer master key (CMK) to encrypt objects. These buckets use AWS managed AWS KMS (AWS-KMS) encryption or customer managed AWS KMS (SSE-KMS) encryption.
BucketCountByEncryptionType.Builder s3Managed(Long s3Managed)
The total number of buckets that use an Amazon S3 managed key to encrypt objects. These buckets use Amazon S3 managed (SSE-S3) encryption.
s3Managed - The total number of buckets that use an Amazon S3 managed key to encrypt objects. These buckets use
Amazon S3 managed (SSE-S3) encryption.BucketCountByEncryptionType.Builder unencrypted(Long unencrypted)
The total number of buckets that don't encrypt objects by default. Default encryption is disabled for these buckets.
unencrypted - The total number of buckets that don't encrypt objects by default. Default encryption is disabled for
these buckets.Copyright © 2020. All rights reserved.