Struct aws_sdk_ec2::model::vpc_endpoint::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VpcEndpoint
Implementations
The ID of the VPC endpoint.
The ID of the VPC endpoint.
The type of endpoint.
The type of endpoint.
The ID of the VPC to which the endpoint is associated.
The ID of the VPC to which the endpoint is associated.
The name of the service to which the endpoint is associated.
The name of the service to which the endpoint is associated.
The policy document associated with the endpoint, if applicable.
The policy document associated with the endpoint, if applicable.
Appends an item to route_table_ids
.
To override the contents of this collection use set_route_table_ids
.
(Gateway endpoint) One or more route tables associated with the endpoint.
(Gateway endpoint) One or more route tables associated with the endpoint.
Appends an item to subnet_ids
.
To override the contents of this collection use set_subnet_ids
.
(Interface endpoint) One or more subnets in which the endpoint is located.
(Interface endpoint) One or more subnets in which the endpoint is located.
Appends an item to groups
.
To override the contents of this collection use set_groups
.
(Interface endpoint) Information about the security groups that are associated with the network interface.
(Interface endpoint) Information about the security groups that are associated with the network interface.
(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.
(Interface endpoint) Indicates whether the VPC is associated with a private hosted zone.
Indicates whether the VPC endpoint is being managed by its service.
Indicates whether the VPC endpoint is being managed by its service.
Appends an item to network_interface_ids
.
To override the contents of this collection use set_network_interface_ids
.
(Interface endpoint) One or more network interfaces for the endpoint.
(Interface endpoint) One or more network interfaces for the endpoint.
Appends an item to dns_entries
.
To override the contents of this collection use set_dns_entries
.
(Interface endpoint) The DNS entries for the endpoint.
(Interface endpoint) The DNS entries for the 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 tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the VPC endpoint.
Any tags assigned to 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 last error that occurred for VPC endpoint.
The last error that occurred for VPC 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