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 whose default encryption settings are configured to encrypt new objects with an
Amazon Web Services managed KMS key or a customer managed KMS key.
|
BucketCountByEncryptionType.Builder |
s3Managed(Long s3Managed)
The total number of buckets whose default encryption settings are configured to encrypt new objects with an
Amazon S3 managed key.
|
BucketCountByEncryptionType.Builder |
unencrypted(Long unencrypted)
The total number of buckets that don't specify default server-side encryption behavior for new objects.
|
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 whose default encryption settings are configured to encrypt new objects with an Amazon Web Services managed KMS key or a customer managed KMS key. By default, these buckets encrypt new objects automatically using SSE-KMS encryption.
kmsManaged - The total number of buckets whose default encryption settings are configured to encrypt new objects with an Amazon Web Services managed KMS key or a customer managed KMS key. By default, these buckets encrypt new objects automatically using SSE-KMS encryption.
BucketCountByEncryptionType.Builder s3Managed(Long s3Managed)
The total number of buckets whose default encryption settings are configured to encrypt new objects with an Amazon S3 managed key. By default, these buckets encrypt new objects automatically using SSE-S3 encryption.
s3Managed - The total number of buckets whose default encryption settings are configured to encrypt new objects
with an Amazon S3 managed key. By default, these buckets encrypt new objects automatically using
SSE-S3 encryption.BucketCountByEncryptionType.Builder unencrypted(Long unencrypted)
The total number of buckets that don't specify default server-side encryption behavior for new objects. Default encryption settings aren't configured for these buckets.
unencrypted - The total number of buckets that don't specify default server-side encryption behavior for new
objects. Default encryption settings aren't configured 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 © 2023. All rights reserved.