Interface ObjectLevelStatistics.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ObjectLevelStatistics.Builder,,- ObjectLevelStatistics> - SdkBuilder<ObjectLevelStatistics.Builder,,- ObjectLevelStatistics> - SdkPojo
- Enclosing class:
- ObjectLevelStatistics
@Mutable
@NotThreadSafe
public static interface ObjectLevelStatistics.Builder
extends SdkPojo, CopyableBuilder<ObjectLevelStatistics.Builder,ObjectLevelStatistics> 
- 
Method SummaryModifier and TypeMethodDescriptionThe 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.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fileTypeThe 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.
 
- 
storageClassThe 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.
 
- 
totalThe 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.
 
 
-