Interface ObjectLevelStatistics.Builder

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

public static interface ObjectLevelStatistics.Builder extends SdkPojo, CopyableBuilder<ObjectLevelStatistics.Builder,ObjectLevelStatistics>
  • Method Summary

    Modifier and Type
    Method
    Description
    fileType(Long fileType)
    The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects don't have a file name extension for a supported file or storage format.
    storageClass(Long storageClass)
    The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.
    total(Long total)
    The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class or don't have a file name extension for a supported file or storage format.

    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

    • fileType

      ObjectLevelStatistics.Builder fileType(Long fileType)

      The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects don't have a file name extension for a supported file or storage format.

      Parameters:
      fileType - The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects don't have a file name extension for a supported file or storage format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • storageClass

      ObjectLevelStatistics.Builder storageClass(Long storageClass)

      The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.

      Parameters:
      storageClass - The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • total

      The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class or don't have a file name extension for a supported file or storage format.

      Parameters:
      total - The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class or don't have a file name extension for a supported file or storage format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.