Struct aws_sdk_apigateway::model::endpoint_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EndpointConfiguration
Implementations
Appends an item to types
.
To override the contents of this collection use set_types
.
A list of endpoint types of an API (RestApi
) or its custom domain name (DomainName
). For an edge-optimized API and its custom domain name, the endpoint type is "EDGE"
. For a regional API and its custom domain name, the endpoint type is REGIONAL
. For a private API, the endpoint type is PRIVATE
.
A list of endpoint types of an API (RestApi
) or its custom domain name (DomainName
). For an edge-optimized API and its custom domain name, the endpoint type is "EDGE"
. For a regional API and its custom domain name, the endpoint type is REGIONAL
. For a private API, the endpoint type is PRIVATE
.
Appends an item to vpc_endpoint_ids
.
To override the contents of this collection use set_vpc_endpoint_ids
.
A list of VpcEndpointIds of an API (RestApi
) against which to create Route53 ALIASes. It is only supported for PRIVATE
endpoint type.
A list of VpcEndpointIds of an API (RestApi
) against which to create Route53 ALIASes. It is only supported for PRIVATE
endpoint type.
Consumes the builder and constructs a EndpointConfiguration
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