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

The state of the VPC 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) 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

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 ==. Read more

This method tests for !=.

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

Performs the conversion.

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

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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