#[non_exhaustive]pub struct SensitivityAggregationsBuilder { /* private fields */ }
Expand description
A builder for SensitivityAggregations
.
Implementations§
source§impl SensitivityAggregationsBuilder
impl SensitivityAggregationsBuilder
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 due to 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 due to 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
.
Trait Implementations§
source§impl Clone for SensitivityAggregationsBuilder
impl Clone for SensitivityAggregationsBuilder
source§fn clone(&self) -> SensitivityAggregationsBuilder
fn clone(&self) -> SensitivityAggregationsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for SensitivityAggregationsBuilder
impl Default for SensitivityAggregationsBuilder
source§fn default() -> SensitivityAggregationsBuilder
fn default() -> SensitivityAggregationsBuilder
source§impl PartialEq<SensitivityAggregationsBuilder> for SensitivityAggregationsBuilder
impl PartialEq<SensitivityAggregationsBuilder> for SensitivityAggregationsBuilder
source§fn eq(&self, other: &SensitivityAggregationsBuilder) -> bool
fn eq(&self, other: &SensitivityAggregationsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.