#[non_exhaustive]pub struct BucketCountBySharedAccessTypeBuilder { /* private fields */ }
Expand description
A builder for BucketCountBySharedAccessType
.
Implementations§
sourcepub fn external(self, input: i64) -> Self
pub fn external(self, input: i64) -> Self
The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.
sourcepub fn set_external(self, input: Option<i64>) -> Self
pub fn set_external(self, input: Option<i64>) -> Self
The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.
sourcepub fn get_external(&self) -> &Option<i64>
pub fn get_external(&self) -> &Option<i64>
The total number of buckets that are shared with one or more of the following or any combination of the following: an Amazon CloudFront OAI, a CloudFront OAC, or an Amazon Web Services account that isn't in the same Amazon Macie organization.
sourcepub fn internal(self, input: i64) -> Self
pub fn internal(self, input: i64) -> Self
The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.
sourcepub fn set_internal(self, input: Option<i64>) -> Self
pub fn set_internal(self, input: Option<i64>) -> Self
The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.
sourcepub fn get_internal(&self) -> &Option<i64>
pub fn get_internal(&self) -> &Option<i64>
The total number of buckets that are shared with one or more Amazon Web Services accounts in the same Amazon Macie organization. These buckets aren't shared with Amazon CloudFront OAIs or OACs.
The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
The total number of buckets that aren't shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
sourcepub fn unknown(self, input: i64) -> Self
pub fn unknown(self, input: i64) -> Self
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
sourcepub fn set_unknown(self, input: Option<i64>) -> Self
pub fn set_unknown(self, input: Option<i64>) -> Self
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
sourcepub fn get_unknown(&self) -> &Option<i64>
pub fn get_unknown(&self) -> &Option<i64>
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts, Amazon CloudFront OAIs, or CloudFront OACs.
sourcepub fn build(self) -> BucketCountBySharedAccessType
pub fn build(self) -> BucketCountBySharedAccessType
Consumes the builder and constructs a BucketCountBySharedAccessType
.
Trait Implementations§
source§fn clone(&self) -> BucketCountBySharedAccessTypeBuilder
fn clone(&self) -> BucketCountBySharedAccessTypeBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§fn default() -> BucketCountBySharedAccessTypeBuilder
fn default() -> BucketCountBySharedAccessTypeBuilder
source§fn eq(&self, other: &BucketCountBySharedAccessTypeBuilder) -> bool
fn eq(&self, other: &BucketCountBySharedAccessTypeBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.