Struct aws_sdk_s3control::model::create_multi_region_access_point_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateMultiRegionAccessPointInput
Implementations
The name of the Multi-Region Access Point associated with this request.
The name of the Multi-Region Access Point associated with this request.
The PublicAccessBlock
configuration that you want to apply to this Amazon S3 account.
You can enable the configuration options in any combination. For more information about
when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.
This is not supported for Amazon S3 on Outposts.
The PublicAccessBlock
configuration that you want to apply to this Amazon S3 account.
You can enable the configuration options in any combination. For more information about
when Amazon S3 considers a bucket or object public, see The Meaning of "Public" in the Amazon S3 User Guide.
This is not supported for Amazon S3 on Outposts.
Appends an item to regions
.
To override the contents of this collection use set_regions
.
The buckets in different Regions that are associated with the Multi-Region Access Point.
The buckets in different Regions that are associated with the Multi-Region Access Point.
Consumes the builder and constructs a CreateMultiRegionAccessPointInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more