Struct aws_sdk_ec2::model::trunk_interface_association::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TrunkInterfaceAssociation
Implementations
The ID of the association.
The ID of the association.
The ID of the branch network interface.
The ID of the branch network interface.
The ID of the trunk network interface.
The ID of the trunk network interface.
The interface protocol. Valid values are VLAN
and GRE
.
The interface protocol. Valid values are VLAN
and GRE
.
The ID of the VLAN when you use the VLAN protocol.
The application key when you use the GRE protocol.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the trunk interface association.
The tags for the trunk interface association.
Consumes the builder and constructs a TrunkInterfaceAssociation
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