pub struct CreateBucketOutputBuilder { /* private fields */ }Expand description
Builder for CreateBucketOutput.
Implementations§
Source§impl CreateBucketOutputBuilder
impl CreateBucketOutputBuilder
Sourcepub fn location<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
pub fn location<VALUE: Into<Option<String>>>(self, value: VALUE) -> Self
Specifies the Region where the bucket will be created.
Sourcepub fn build(self) -> Result<CreateBucketOutput, CreateBucketOutputBuilderError>
pub fn build(self) -> Result<CreateBucketOutput, CreateBucketOutputBuilderError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateBucketOutputBuilder
impl RefUnwindSafe for CreateBucketOutputBuilder
impl Send for CreateBucketOutputBuilder
impl Sync for CreateBucketOutputBuilder
impl Unpin for CreateBucketOutputBuilder
impl UnwindSafe for CreateBucketOutputBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more