Struct aws_sdk_macie2::operation::get_bucket_statistics::builders::GetBucketStatisticsInputBuilder
source · #[non_exhaustive]pub struct GetBucketStatisticsInputBuilder { /* private fields */ }
Expand description
A builder for GetBucketStatisticsInput
.
Implementations§
source§impl GetBucketStatisticsInputBuilder
impl GetBucketStatisticsInputBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The unique identifier for the Amazon Web Services account.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The unique identifier for the Amazon Web Services account.
sourcepub fn build(self) -> Result<GetBucketStatisticsInput, BuildError>
pub fn build(self) -> Result<GetBucketStatisticsInput, BuildError>
Consumes the builder and constructs a GetBucketStatisticsInput
.
Trait Implementations§
source§impl Clone for GetBucketStatisticsInputBuilder
impl Clone for GetBucketStatisticsInputBuilder
source§fn clone(&self) -> GetBucketStatisticsInputBuilder
fn clone(&self) -> GetBucketStatisticsInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetBucketStatisticsInputBuilder
impl Default for GetBucketStatisticsInputBuilder
source§fn default() -> GetBucketStatisticsInputBuilder
fn default() -> GetBucketStatisticsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetBucketStatisticsInputBuilder> for GetBucketStatisticsInputBuilder
impl PartialEq<GetBucketStatisticsInputBuilder> for GetBucketStatisticsInputBuilder
source§fn eq(&self, other: &GetBucketStatisticsInputBuilder) -> bool
fn eq(&self, other: &GetBucketStatisticsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.