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 Key Management Service (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.
|
BucketCountByEncryptionType.Builder |
unknown(Long unknown)
The total number of buckets that Amazon Macie doesn't have current encryption metadata for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketCountByEncryptionType.Builder kmsManaged(Long kmsManaged)
The total number of buckets that use an Key Management Service (KMS) customer master key (CMK) to encrypt new objects by default. These buckets use Amazon Web Services managed KMS encryption (AWS-KMS) or customer managed KMS encryption (SSE-KMS) by default.
kmsManaged - The total number of buckets that use an Key Management Service (KMS) customer master key (CMK) to encrypt new objects by default. These buckets use Amazon Web Services managed KMS encryption (AWS-KMS) or customer managed KMS encryption (SSE-KMS) 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. These buckets use Amazon S3 managed encryption (SSE-S3) by default.
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) by default.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.BucketCountByEncryptionType.Builder unknown(Long unknown)
The total number of buckets that Amazon Macie doesn't have current encryption metadata for. Macie can't provide current data about the default encryption settings for these buckets.
unknown - The total number of buckets that Amazon Macie doesn't have current encryption metadata for. Macie
can't provide current data about the default encryption settings for these buckets.Copyright © 2021. All rights reserved.