Struct bonsaidb::keystorage::s3::aws_sdk_s3::operation::get_bucket_location::builders::GetBucketLocationOutputBuilder
#[non_exhaustive]pub struct GetBucketLocationOutputBuilder { /* private fields */ }
Expand description
A builder for GetBucketLocationOutput
.
Implementations§
§impl GetBucketLocationOutputBuilder
impl GetBucketLocationOutputBuilder
pub fn location_constraint(
self,
input: BucketLocationConstraint
) -> GetBucketLocationOutputBuilder
pub fn location_constraint( self, input: BucketLocationConstraint ) -> GetBucketLocationOutputBuilder
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints. Buckets in Region us-east-1
have a LocationConstraint of null
.
pub fn set_location_constraint(
self,
input: Option<BucketLocationConstraint>
) -> GetBucketLocationOutputBuilder
pub fn set_location_constraint( self, input: Option<BucketLocationConstraint> ) -> GetBucketLocationOutputBuilder
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints. Buckets in Region us-east-1
have a LocationConstraint of null
.
pub fn get_location_constraint(&self) -> &Option<BucketLocationConstraint>
pub fn get_location_constraint(&self) -> &Option<BucketLocationConstraint>
Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints. Buckets in Region us-east-1
have a LocationConstraint of null
.
pub fn build(self) -> GetBucketLocationOutput
pub fn build(self) -> GetBucketLocationOutput
Consumes the builder and constructs a GetBucketLocationOutput
.
Trait Implementations§
§impl Clone for GetBucketLocationOutputBuilder
impl Clone for GetBucketLocationOutputBuilder
§fn clone(&self) -> GetBucketLocationOutputBuilder
fn clone(&self) -> GetBucketLocationOutputBuilder
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 GetBucketLocationOutputBuilder
impl Debug for GetBucketLocationOutputBuilder
§impl Default for GetBucketLocationOutputBuilder
impl Default for GetBucketLocationOutputBuilder
§fn default() -> GetBucketLocationOutputBuilder
fn default() -> GetBucketLocationOutputBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for GetBucketLocationOutputBuilder
impl PartialEq for GetBucketLocationOutputBuilder
§fn eq(&self, other: &GetBucketLocationOutputBuilder) -> bool
fn eq(&self, other: &GetBucketLocationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetBucketLocationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetBucketLocationOutputBuilder
impl Send for GetBucketLocationOutputBuilder
impl Sync for GetBucketLocationOutputBuilder
impl Unpin for GetBucketLocationOutputBuilder
impl UnwindSafe for GetBucketLocationOutputBuilder
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