Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::create_bucket::builders::CreateBucketOutputBuilder
pub struct CreateBucketOutputBuilder { /* private fields */ }
Expand description
A builder for CreateBucketOutput
.
Implementations§
§impl CreateBucketOutputBuilder
impl CreateBucketOutputBuilder
pub fn location(self, input: impl Into<String>) -> CreateBucketOutputBuilder
pub fn location(self, input: impl Into<String>) -> CreateBucketOutputBuilder
A forward slash followed by the name of the bucket.
pub fn set_location(self, input: Option<String>) -> CreateBucketOutputBuilder
pub fn set_location(self, input: Option<String>) -> CreateBucketOutputBuilder
A forward slash followed by the name of the bucket.
pub fn get_location(&self) -> &Option<String>
pub fn get_location(&self) -> &Option<String>
A forward slash followed by the name of the bucket.
pub fn build(self) -> CreateBucketOutput
pub fn build(self) -> CreateBucketOutput
Consumes the builder and constructs a CreateBucketOutput
.
Trait Implementations§
§impl Clone for CreateBucketOutputBuilder
impl Clone for CreateBucketOutputBuilder
§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 more§impl Debug for CreateBucketOutputBuilder
impl Debug for CreateBucketOutputBuilder
§impl Default for CreateBucketOutputBuilder
impl Default for CreateBucketOutputBuilder
§fn default() -> CreateBucketOutputBuilder
fn default() -> CreateBucketOutputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq<CreateBucketOutputBuilder> for CreateBucketOutputBuilder
impl PartialEq<CreateBucketOutputBuilder> for CreateBucketOutputBuilder
§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 ==
.impl StructuralPartialEq for CreateBucketOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateBucketOutputBuilder
impl Send for CreateBucketOutputBuilder
impl Sync for CreateBucketOutputBuilder
impl Unpin for CreateBucketOutputBuilder
impl UnwindSafe for CreateBucketOutputBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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