pub struct Builder { /* private fields */ }
Expand description

A builder for VpcEndpoint.

Implementations§

The ID of the endpoint.

The ID of the 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 state of the endpoint.

The state of the endpoint.

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) The IDs of the route tables associated with the endpoint.

(Gateway endpoint) The IDs of the 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) The subnets for the endpoint.

(Interface endpoint) The subnets for the endpoint.

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.

The IP address type for the endpoint.

The IP address type for the endpoint.

The DNS options for the endpoint.

The DNS options for the endpoint.

(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 endpoint is being managed by its service.

Indicates whether the 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) The network interfaces for the endpoint.

(Interface endpoint) The 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 endpoint was created.

The date and time that the endpoint was created.

Appends an item to tags.

To override the contents of this collection use set_tags.

The tags assigned to the endpoint.

The tags assigned to the endpoint.

The ID of the Amazon Web Services account that owns the endpoint.

The ID of the Amazon Web Services account that owns the endpoint.

The last error that occurred for endpoint.

The last error that occurred for endpoint.

Consumes the builder and constructs a VpcEndpoint.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
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