Struct aws_sdk_macie2::model::object_level_statistics::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ObjectLevelStatistics
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn file_type(self, input: i64) -> Self
pub fn file_type(self, input: i64) -> Self
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.
sourcepub fn set_file_type(self, input: Option<i64>) -> Self
pub fn set_file_type(self, input: Option<i64>) -> Self
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.
sourcepub fn storage_class(self, input: i64) -> Self
pub fn storage_class(self, input: i64) -> Self
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.
sourcepub fn set_storage_class(self, input: Option<i64>) -> Self
pub fn set_storage_class(self, input: Option<i64>) -> Self
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.
sourcepub fn total(self, input: i64) -> Self
pub fn total(self, input: i64) -> Self
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.
sourcepub fn set_total(self, input: Option<i64>) -> Self
pub fn set_total(self, input: Option<i64>) -> Self
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.
sourcepub fn build(self) -> ObjectLevelStatistics
pub fn build(self) -> ObjectLevelStatistics
Consumes the builder and constructs a ObjectLevelStatistics
.