Struct aws_sdk_ec2::model::vpc_endpoint_connection::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VpcEndpointConnection
Implementations
The ID of the service to which the endpoint is connected.
The ID of the service to which the endpoint is connected.
The ID of the VPC endpoint.
The ID of the VPC endpoint.
The ID of the Amazon Web Services account that owns the VPC endpoint.
The ID of the Amazon Web Services account that owns the VPC endpoint.
The state of the VPC endpoint.
The state of the VPC endpoint.
The date and time that the VPC endpoint was created.
The date and time that the VPC endpoint was created.
Appends an item to dns_entries
.
To override the contents of this collection use set_dns_entries
.
The DNS entries for the VPC endpoint.
The DNS entries for the VPC endpoint.
Appends an item to network_load_balancer_arns
.
To override the contents of this collection use set_network_load_balancer_arns
.
The Amazon Resource Names (ARNs) of the network load balancers for the service.
The Amazon Resource Names (ARNs) of the network load balancers for the service.
Appends an item to gateway_load_balancer_arns
.
To override the contents of this collection use set_gateway_load_balancer_arns
.
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
Consumes the builder and constructs a VpcEndpointConnection
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