#[non_exhaustive]pub struct CreateBucketConfiguration { /* private fields */ }
Expand description
The container for the bucket configuration.
This is not supported by Amazon S3 on Outposts buckets.
Implementations§
source§impl CreateBucketConfiguration
impl CreateBucketConfiguration
sourcepub fn location_constraint(&self) -> Option<&BucketLocationConstraint>
pub fn location_constraint(&self) -> Option<&BucketLocationConstraint>
Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.
This is not supported by Amazon S3 on Outposts buckets.
source§impl CreateBucketConfiguration
impl CreateBucketConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateBucketConfiguration
.
Trait Implementations§
source§impl Clone for CreateBucketConfiguration
impl Clone for CreateBucketConfiguration
source§fn clone(&self) -> CreateBucketConfiguration
fn clone(&self) -> CreateBucketConfiguration
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