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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectLevelStatistics.BuilderfileType(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.ObjectLevelStatistics.BuilderstorageClass(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.ObjectLevelStatistics.Buildertotal(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
ObjectLevelStatistics.Builder 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.
- 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.
-
-