Struct aws_sdk_s3::model::website_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for WebsiteConfiguration
Implementations
The name of the error document for the website.
The name of the error document for the website.
The name of the index document for the website.
The name of the index document for the website.
The redirect behavior for every request to this bucket's website endpoint.
If you specify this property, you can't specify any other property.
The redirect behavior for every request to this bucket's website endpoint.
If you specify this property, you can't specify any other property.
Appends an item to routing_rules
.
To override the contents of this collection use set_routing_rules
.
Rules that define when a redirect is applied and the redirect behavior.
Rules that define when a redirect is applied and the redirect behavior.
Consumes the builder and constructs a WebsiteConfiguration
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