Interface ResourceStatistics.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceStatistics.Builder,
,ResourceStatistics> SdkBuilder<ResourceStatistics.Builder,
,ResourceStatistics> SdkPojo
- Enclosing class:
ResourceStatistics
-
Method Summary
Modifier and TypeMethodDescriptiontotalBytesClassified
(Long totalBytesClassified) The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.totalDetections
(Long totalDetections) The total number of occurrences of sensitive data that Amazon Macie has found in the bucket's objects.totalDetectionsSuppressed
(Long totalDetectionsSuppressed) The total number of occurrences of sensitive data that are currently suppressed by the sensitivity scoring settings for the bucket.totalItemsClassified
(Long totalItemsClassified) The total number of objects that Amazon Macie has analyzed in the bucket.totalItemsSensitive
(Long totalItemsSensitive) The total number of the bucket's objects that Amazon Macie has found sensitive data in.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.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.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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
totalBytesClassified
The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.
- Parameters:
totalBytesClassified
- The total amount of data, in bytes, that Amazon Macie has analyzed in the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalItemsClassified
The total number of objects that Amazon Macie has analyzed in the bucket.
- Parameters:
totalItemsClassified
- The total number of objects that Amazon Macie has analyzed in the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalItemsSensitive
The total number of the bucket's objects that Amazon Macie has found sensitive data in.
- Parameters:
totalItemsSensitive
- The total number of the bucket's objects that Amazon Macie has found sensitive data in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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, an 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.
- Parameters:
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, an 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalItemsSkippedInvalidEncryption
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalItemsSkippedPermissionDenied
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-