Interface ResourceStatistics.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ResourceStatistics.Builder,ResourceStatistics>, SdkBuilder<ResourceStatistics.Builder,ResourceStatistics>, SdkPojo
Enclosing class:
ResourceStatistics

public static interface ResourceStatistics.Builder extends SdkPojo, CopyableBuilder<ResourceStatistics.Builder,ResourceStatistics>
  • Method Details

    • totalBytesClassified

      ResourceStatistics.Builder totalBytesClassified(Long 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

      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).

      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

      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.

      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

      ResourceStatistics.Builder totalItemsClassified(Long 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

      ResourceStatistics.Builder totalItemsSensitive(Long 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

      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, 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

      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.

      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.