Struct aws_sdk_cloudfront::model::custom_error_responses::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CustomErrorResponses
Implementations
The number of HTTP status codes for which you want to specify a custom error page
and/or a caching duration. If Quantity
is 0
, you can omit
Items
.
The number of HTTP status codes for which you want to specify a custom error page
and/or a caching duration. If Quantity
is 0
, you can omit
Items
.
Appends an item to items
.
To override the contents of this collection use set_items
.
A complex type that contains a CustomErrorResponse
element for each HTTP
status code for which you want to specify a custom error page and/or a caching duration.
A complex type that contains a CustomErrorResponse
element for each HTTP
status code for which you want to specify a custom error page and/or a caching duration.
Consumes the builder and constructs a CustomErrorResponses
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