#[non_exhaustive]pub struct GetBucketOutputBuilder { /* private fields */ }
Expand description
A builder for GetBucketOutput
.
Implementations§
source§impl GetBucketOutputBuilder
impl GetBucketOutputBuilder
sourcepub fn set_bucket(self, input: Option<String>) -> Self
pub fn set_bucket(self, input: Option<String>) -> Self
The Outposts bucket requested.
sourcepub fn public_access_block_enabled(self, input: bool) -> Self
pub fn public_access_block_enabled(self, input: bool) -> Self
sourcepub fn set_public_access_block_enabled(self, input: Option<bool>) -> Self
pub fn set_public_access_block_enabled(self, input: Option<bool>) -> Self
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The creation date of the Outposts bucket.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The creation date of the Outposts bucket.
sourcepub fn build(self) -> GetBucketOutput
pub fn build(self) -> GetBucketOutput
Consumes the builder and constructs a GetBucketOutput
.
Trait Implementations§
source§impl Clone for GetBucketOutputBuilder
impl Clone for GetBucketOutputBuilder
source§fn clone(&self) -> GetBucketOutputBuilder
fn clone(&self) -> GetBucketOutputBuilder
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 Debug for GetBucketOutputBuilder
impl Debug for GetBucketOutputBuilder
source§impl Default for GetBucketOutputBuilder
impl Default for GetBucketOutputBuilder
source§fn default() -> GetBucketOutputBuilder
fn default() -> GetBucketOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetBucketOutputBuilder> for GetBucketOutputBuilder
impl PartialEq<GetBucketOutputBuilder> for GetBucketOutputBuilder
source§fn eq(&self, other: &GetBucketOutputBuilder) -> bool
fn eq(&self, other: &GetBucketOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.