public static interface ObjectCountByEncryptionType.Builder extends SdkPojo, CopyableBuilder<ObjectCountByEncryptionType.Builder,ObjectCountByEncryptionType>
| Modifier and Type | Method and Description |
|---|---|
ObjectCountByEncryptionType.Builder |
customerManaged(Long customerManaged)
The total number of objects that are encrypted with a customer-provided key.
|
ObjectCountByEncryptionType.Builder |
kmsManaged(Long kmsManaged)
The total number of objects that are encrypted with an KMS key, either an Amazon Web Services managed key or
a customer managed key.
|
ObjectCountByEncryptionType.Builder |
s3Managed(Long s3Managed)
The total number of objects that are encrypted with an Amazon S3 managed key.
|
ObjectCountByEncryptionType.Builder |
unencrypted(Long unencrypted)
The total number of objects that aren't encrypted or use client-side encryption.
|
ObjectCountByEncryptionType.Builder |
unknown(Long unknown)
The total number of objects that Amazon Macie doesn't have current encryption metadata for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObjectCountByEncryptionType.Builder customerManaged(Long customerManaged)
The total number of objects that are encrypted with a customer-provided key. The objects use customer-provided server-side encryption (SSE-C).
customerManaged - The total number of objects that are encrypted with a customer-provided key. The objects use
customer-provided server-side encryption (SSE-C).ObjectCountByEncryptionType.Builder kmsManaged(Long kmsManaged)
The total number of objects that are encrypted with an KMS key, either an Amazon Web Services managed key or a customer managed key. The objects use KMS encryption (SSE-KMS).
kmsManaged - The total number of objects that are encrypted with an KMS key, either an Amazon Web Services managed
key or a customer managed key. The objects use KMS encryption (SSE-KMS).ObjectCountByEncryptionType.Builder s3Managed(Long s3Managed)
The total number of objects that are encrypted with an Amazon S3 managed key. The objects use Amazon S3 managed encryption (SSE-S3).
s3Managed - The total number of objects that are encrypted with an Amazon S3 managed key. The objects use Amazon
S3 managed encryption (SSE-S3).ObjectCountByEncryptionType.Builder unencrypted(Long unencrypted)
The total number of objects that aren't encrypted or use client-side encryption.
unencrypted - The total number of objects that aren't encrypted or use client-side encryption.ObjectCountByEncryptionType.Builder unknown(Long unknown)
The total number of objects that Amazon Macie doesn't have current encryption metadata for. Macie can't provide current data about the encryption settings for these objects.
unknown - The total number of objects that Amazon Macie doesn't have current encryption metadata for. Macie
can't provide current data about the encryption settings for these objects.Copyright © 2021. All rights reserved.