public static interface ResourceStatistics.Builder extends SdkPojo, CopyableBuilder<ResourceStatistics.Builder,ResourceStatistics>
| Modifier and Type | Method and Description |
|---|---|
ResourceStatistics.Builder |
totalBytesClassified(Long totalBytesClassified)
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics.Builder |
totalDetections(Long totalDetections)
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
|
ResourceStatistics.Builder |
totalDetectionsSuppressed(Long totalDetectionsSuppressed)
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring
settings for the bucket.
|
ResourceStatistics.Builder |
totalItemsClassified(Long totalItemsClassified)
The total number of objects that Amazon Macie has analyzed in the bucket.
|
ResourceStatistics.Builder |
totalItemsSensitive(Long totalItemsSensitive)
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
|
ResourceStatistics.Builder |
totalItemsSkipped(Long totalItemsSkipped)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level
issue or error.
|
ResourceStatistics.Builder |
totalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with a key that Macie can't access.
|
ResourceStatistics.Builder |
totalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are
encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
|
ResourceStatistics.Builder |
totalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions
settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceStatistics.Builder totalBytesClassified(Long totalBytesClassified)
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
totalBytesClassified - The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.ResourceStatistics.Builder totalDetections(Long totalDetections)
The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects. This includes occurrences that are currently suppressed by the sensitivity scoring settings for the bucket (totalDetectionsSuppressed).
totalDetections - The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.
This includes occurrences that are currently suppressed by the sensitivity scoring settings for the
bucket (totalDetectionsSuppressed).ResourceStatistics.Builder totalDetectionsSuppressed(Long totalDetectionsSuppressed)
The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found in the bucket's objects, but the occurrences were manually suppressed. By default, suppressed occurrences are excluded from the bucket's sensitivity score.
totalDetectionsSuppressed - The total number of occurrences of sensitive data that are currently suppressed by the sensitivity
scoring settings for the bucket. These represent occurrences of sensitive data that Amazon Macie found
in the bucket's objects, but the occurrences were manually suppressed. By default, suppressed
occurrences are excluded from the bucket's sensitivity score.ResourceStatistics.Builder totalItemsClassified(Long totalItemsClassified)
The total number of objects that Amazon Macie has analyzed in the bucket.
totalItemsClassified - The total number of objects that Amazon Macie has analyzed in the bucket.ResourceStatistics.Builder totalItemsSensitive(Long totalItemsSensitive)
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
totalItemsSensitive - The total number of the bucket's objects that Amazon Macie has found sensitive data in.ResourceStatistics.Builder totalItemsSkipped(Long totalItemsSkipped)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an object-level issue or error. For example, the object is a malformed file. This value includes objects that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics object.
totalItemsSkipped - The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to an
object-level issue or error. For example, the object is a malformed file. This value includes objects
that Macie wasn't able to analyze for reasons reported by other statistics in the ResourceStatistics
object.ResourceStatistics.Builder totalItemsSkippedInvalidEncryption(Long totalItemsSkippedInvalidEncryption)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with a key that Macie can't access. The objects use server-side encryption with customer-provided keys (SSE-C).
totalItemsSkippedInvalidEncryption - The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects
are encrypted with a key that Macie can't access. The objects use server-side encryption with
customer-provided keys (SSE-C).ResourceStatistics.Builder totalItemsSkippedInvalidKms(Long totalItemsSkippedInvalidKms)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects are encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.
totalItemsSkippedInvalidKms - The total number of objects that Amazon Macie wasn't able to analyze in the bucket because the objects
are encrypted with KMS keys that were disabled, are scheduled for deletion, or were deleted.ResourceStatistics.Builder totalItemsSkippedPermissionDenied(Long totalItemsSkippedPermissionDenied)
The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the permissions settings for the objects or the permissions settings for the keys that were used to encrypt the objects.
totalItemsSkippedPermissionDenied - The total number of objects that Amazon Macie wasn't able to analyze in the bucket due to the
permissions settings for the objects or the permissions settings for the keys that were used to
encrypt the objects.Copyright © 2023. All rights reserved.