Struct aws_sdk_redshift::model::vpc_endpoint::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VpcEndpoint
Implementations
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
The VPC identifier that the endpoint is associated.
The VPC identifier that the endpoint is associated.
Appends an item to network_interfaces
.
To override the contents of this collection use set_network_interfaces
.
One or more network interfaces of the endpoint. Also known as an interface endpoint.
One or more network interfaces of the endpoint. Also known as an interface endpoint.
Consumes the builder and constructs a VpcEndpoint
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