Struct aws_sdk_macie2::model::sensitivity_aggregations::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SensitivityAggregations
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn classifiable_size_in_bytes(self, input: i64) -> Self
pub fn classifiable_size_in_bytes(self, input: i64) -> Self
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.
sourcepub fn set_classifiable_size_in_bytes(self, input: Option<i64>) -> Self
pub fn set_classifiable_size_in_bytes(self, input: Option<i64>) -> Self
The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.
sourcepub fn publicly_accessible_count(self, input: i64) -> Self
pub fn publicly_accessible_count(self, input: i64) -> Self
The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.
sourcepub fn set_publicly_accessible_count(self, input: Option<i64>) -> Self
pub fn set_publicly_accessible_count(self, input: Option<i64>) -> Self
The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.
sourcepub fn total_count(self, input: i64) -> Self
pub fn total_count(self, input: i64) -> Self
The total number of buckets.
sourcepub fn set_total_count(self, input: Option<i64>) -> Self
pub fn set_total_count(self, input: Option<i64>) -> Self
The total number of buckets.
sourcepub fn total_size_in_bytes(self, input: i64) -> Self
pub fn total_size_in_bytes(self, input: i64) -> Self
The total storage size, in bytes, of the buckets.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.
sourcepub fn set_total_size_in_bytes(self, input: Option<i64>) -> Self
pub fn set_total_size_in_bytes(self, input: Option<i64>) -> Self
The total storage size, in bytes, of the buckets.
If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.
sourcepub fn build(self) -> SensitivityAggregations
pub fn build(self) -> SensitivityAggregations
Consumes the builder and constructs a SensitivityAggregations
.