#[non_exhaustive]pub struct CreateBucketOutputBuilder { /* private fields */ }
Expand description
A builder for CreateBucketOutput
.
Implementations§
source§impl CreateBucketOutputBuilder
impl CreateBucketOutputBuilder
sourcepub fn location(self, input: impl Into<String>) -> Self
pub fn location(self, input: impl Into<String>) -> Self
A forward slash followed by the name of the bucket.
sourcepub fn set_location(self, input: Option<String>) -> Self
pub fn set_location(self, input: Option<String>) -> Self
A forward slash followed by the name of the bucket.
sourcepub fn build(self) -> CreateBucketOutput
pub fn build(self) -> CreateBucketOutput
Consumes the builder and constructs a CreateBucketOutput
.
Trait Implementations§
source§impl Clone for CreateBucketOutputBuilder
impl Clone for CreateBucketOutputBuilder
source§fn clone(&self) -> CreateBucketOutputBuilder
fn clone(&self) -> CreateBucketOutputBuilder
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 CreateBucketOutputBuilder
impl Debug for CreateBucketOutputBuilder
source§impl Default for CreateBucketOutputBuilder
impl Default for CreateBucketOutputBuilder
source§fn default() -> CreateBucketOutputBuilder
fn default() -> CreateBucketOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateBucketOutputBuilder> for CreateBucketOutputBuilder
impl PartialEq<CreateBucketOutputBuilder> for CreateBucketOutputBuilder
source§fn eq(&self, other: &CreateBucketOutputBuilder) -> bool
fn eq(&self, other: &CreateBucketOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.