public static interface ObjectLevelStatistics.Builder extends SdkPojo, CopyableBuilder<ObjectLevelStatistics.Builder,ObjectLevelStatistics>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildObjectLevelStatistics.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.
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.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.
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.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.
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.Copyright © 2023. All rights reserved.