Struct aws_sdk_macie2::operation::get_bucket_statistics::builders::GetBucketStatisticsOutputBuilder
source · #[non_exhaustive]pub struct GetBucketStatisticsOutputBuilder { /* private fields */ }
Expand description
A builder for GetBucketStatisticsOutput
.
Implementations§
source§impl GetBucketStatisticsOutputBuilder
impl GetBucketStatisticsOutputBuilder
sourcepub fn bucket_count(self, input: i64) -> Self
pub fn bucket_count(self, input: i64) -> Self
The total number of buckets.
sourcepub fn set_bucket_count(self, input: Option<i64>) -> Self
pub fn set_bucket_count(self, input: Option<i64>) -> Self
The total number of buckets.
sourcepub fn get_bucket_count(&self) -> &Option<i64>
pub fn get_bucket_count(&self) -> &Option<i64>
The total number of buckets.
sourcepub fn bucket_count_by_effective_permission(
self,
input: BucketCountByEffectivePermission
) -> Self
pub fn bucket_count_by_effective_permission( self, input: BucketCountByEffectivePermission ) -> Self
The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
sourcepub fn set_bucket_count_by_effective_permission(
self,
input: Option<BucketCountByEffectivePermission>
) -> Self
pub fn set_bucket_count_by_effective_permission( self, input: Option<BucketCountByEffectivePermission> ) -> Self
The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
sourcepub fn get_bucket_count_by_effective_permission(
&self
) -> &Option<BucketCountByEffectivePermission>
pub fn get_bucket_count_by_effective_permission( &self ) -> &Option<BucketCountByEffectivePermission>
The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
sourcepub fn bucket_count_by_encryption_type(
self,
input: BucketCountByEncryptionType
) -> Self
pub fn bucket_count_by_encryption_type( self, input: BucketCountByEncryptionType ) -> Self
The total number of buckets whose settings do or don't specify default server-side encryption behavior for objects that are added to the buckets.
sourcepub fn set_bucket_count_by_encryption_type(
self,
input: Option<BucketCountByEncryptionType>
) -> Self
pub fn set_bucket_count_by_encryption_type( self, input: Option<BucketCountByEncryptionType> ) -> Self
The total number of buckets whose settings do or don't specify default server-side encryption behavior for objects that are added to the buckets.
sourcepub fn get_bucket_count_by_encryption_type(
&self
) -> &Option<BucketCountByEncryptionType>
pub fn get_bucket_count_by_encryption_type( &self ) -> &Option<BucketCountByEncryptionType>
The total number of buckets whose settings do or don't specify default server-side encryption behavior for objects that are added to the buckets.
sourcepub fn bucket_count_by_object_encryption_requirement(
self,
input: BucketCountPolicyAllowsUnencryptedObjectUploads
) -> Self
pub fn bucket_count_by_object_encryption_requirement( self, input: BucketCountPolicyAllowsUnencryptedObjectUploads ) -> Self
The total number of buckets whose bucket policies do or don't require server-side encryption of objects when objects are added to the buckets.
sourcepub fn set_bucket_count_by_object_encryption_requirement(
self,
input: Option<BucketCountPolicyAllowsUnencryptedObjectUploads>
) -> Self
pub fn set_bucket_count_by_object_encryption_requirement( self, input: Option<BucketCountPolicyAllowsUnencryptedObjectUploads> ) -> Self
The total number of buckets whose bucket policies do or don't require server-side encryption of objects when objects are added to the buckets.
sourcepub fn get_bucket_count_by_object_encryption_requirement(
&self
) -> &Option<BucketCountPolicyAllowsUnencryptedObjectUploads>
pub fn get_bucket_count_by_object_encryption_requirement( &self ) -> &Option<BucketCountPolicyAllowsUnencryptedObjectUploads>
The total number of buckets whose bucket policies do or don't require server-side encryption of objects when objects are added to the buckets.
The total number of buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs).
The total number of buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs).
The total number of buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs).
sourcepub fn bucket_statistics_by_sensitivity(
self,
input: BucketStatisticsBySensitivity
) -> Self
pub fn bucket_statistics_by_sensitivity( self, input: BucketStatisticsBySensitivity ) -> Self
The aggregated sensitive data discovery statistics for the buckets. If automated sensitive data discovery is currently disabled for your account, the value for each statistic is 0.
sourcepub fn set_bucket_statistics_by_sensitivity(
self,
input: Option<BucketStatisticsBySensitivity>
) -> Self
pub fn set_bucket_statistics_by_sensitivity( self, input: Option<BucketStatisticsBySensitivity> ) -> Self
The aggregated sensitive data discovery statistics for the buckets. If automated sensitive data discovery is currently disabled for your account, the value for each statistic is 0.
sourcepub fn get_bucket_statistics_by_sensitivity(
&self
) -> &Option<BucketStatisticsBySensitivity>
pub fn get_bucket_statistics_by_sensitivity( &self ) -> &Option<BucketStatisticsBySensitivity>
The aggregated sensitive data discovery statistics for the buckets. If automated sensitive data discovery is currently disabled for your account, the value for each statistic is 0.
sourcepub fn classifiable_object_count(self, input: i64) -> Self
pub fn classifiable_object_count(self, input: i64) -> Self
The total number of 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.
sourcepub fn set_classifiable_object_count(self, input: Option<i64>) -> Self
pub fn set_classifiable_object_count(self, input: Option<i64>) -> Self
The total number of 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.
sourcepub fn get_classifiable_object_count(&self) -> &Option<i64>
pub fn get_classifiable_object_count(&self) -> &Option<i64>
The total number of 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.
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 get_classifiable_size_in_bytes(&self) -> &Option<i64>
pub fn get_classifiable_size_in_bytes(&self) -> &Option<i64>
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 last_updated(self, input: DateTime) -> Self
pub fn last_updated(self, input: DateTime) -> Self
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the buckets.
sourcepub fn set_last_updated(self, input: Option<DateTime>) -> Self
pub fn set_last_updated(self, input: Option<DateTime>) -> Self
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the buckets.
sourcepub fn get_last_updated(&self) -> &Option<DateTime>
pub fn get_last_updated(&self) -> &Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the buckets.
sourcepub fn object_count(self, input: i64) -> Self
pub fn object_count(self, input: i64) -> Self
The total number of objects in the buckets.
sourcepub fn set_object_count(self, input: Option<i64>) -> Self
pub fn set_object_count(self, input: Option<i64>) -> Self
The total number of objects in the buckets.
sourcepub fn get_object_count(&self) -> &Option<i64>
pub fn get_object_count(&self) -> &Option<i64>
The total number of objects in the buckets.
sourcepub fn size_in_bytes(self, input: i64) -> Self
pub fn 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_size_in_bytes(self, input: Option<i64>) -> Self
pub fn set_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 get_size_in_bytes(&self) -> &Option<i64>
pub fn get_size_in_bytes(&self) -> &Option<i64>
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 size_in_bytes_compressed(self, input: i64) -> Self
pub fn size_in_bytes_compressed(self, input: i64) -> Self
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.
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 the applicable objects in the buckets.
sourcepub fn set_size_in_bytes_compressed(self, input: Option<i64>) -> Self
pub fn set_size_in_bytes_compressed(self, input: Option<i64>) -> Self
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.
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 the applicable objects in the buckets.
sourcepub fn get_size_in_bytes_compressed(&self) -> &Option<i64>
pub fn get_size_in_bytes_compressed(&self) -> &Option<i64>
The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.
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 the applicable objects in the buckets.
sourcepub fn unclassifiable_object_count(self, input: ObjectLevelStatistics) -> Self
pub fn unclassifiable_object_count(self, input: ObjectLevelStatistics) -> Self
The total number of objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
sourcepub fn set_unclassifiable_object_count(
self,
input: Option<ObjectLevelStatistics>
) -> Self
pub fn set_unclassifiable_object_count( self, input: Option<ObjectLevelStatistics> ) -> Self
The total number of objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
sourcepub fn get_unclassifiable_object_count(&self) -> &Option<ObjectLevelStatistics>
pub fn get_unclassifiable_object_count(&self) -> &Option<ObjectLevelStatistics>
The total number of objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
sourcepub fn unclassifiable_object_size_in_bytes(
self,
input: ObjectLevelStatistics
) -> Self
pub fn unclassifiable_object_size_in_bytes( self, input: ObjectLevelStatistics ) -> Self
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
sourcepub fn set_unclassifiable_object_size_in_bytes(
self,
input: Option<ObjectLevelStatistics>
) -> Self
pub fn set_unclassifiable_object_size_in_bytes( self, input: Option<ObjectLevelStatistics> ) -> Self
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
sourcepub fn get_unclassifiable_object_size_in_bytes(
&self
) -> &Option<ObjectLevelStatistics>
pub fn get_unclassifiable_object_size_in_bytes( &self ) -> &Option<ObjectLevelStatistics>
The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
sourcepub fn build(self) -> GetBucketStatisticsOutput
pub fn build(self) -> GetBucketStatisticsOutput
Consumes the builder and constructs a GetBucketStatisticsOutput
.
Trait Implementations§
source§impl Clone for GetBucketStatisticsOutputBuilder
impl Clone for GetBucketStatisticsOutputBuilder
source§fn clone(&self) -> GetBucketStatisticsOutputBuilder
fn clone(&self) -> GetBucketStatisticsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetBucketStatisticsOutputBuilder
impl Default for GetBucketStatisticsOutputBuilder
source§fn default() -> GetBucketStatisticsOutputBuilder
fn default() -> GetBucketStatisticsOutputBuilder
source§impl PartialEq<GetBucketStatisticsOutputBuilder> for GetBucketStatisticsOutputBuilder
impl PartialEq<GetBucketStatisticsOutputBuilder> for GetBucketStatisticsOutputBuilder
source§fn eq(&self, other: &GetBucketStatisticsOutputBuilder) -> bool
fn eq(&self, other: &GetBucketStatisticsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.