Struct aws_sdk_directconnect::input::allocate_transit_virtual_interface_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AllocateTransitVirtualInterfaceInput
Implementations
The ID of the connection on which the transit virtual interface is provisioned.
The ID of the connection on which the transit virtual interface is provisioned.
The ID of the Amazon Web Services account that owns the transit virtual interface.
The ID of the Amazon Web Services account that owns the transit virtual interface.
pub fn new_transit_virtual_interface_allocation(
self,
input: NewTransitVirtualInterfaceAllocation
) -> Self
pub fn new_transit_virtual_interface_allocation(
self,
input: NewTransitVirtualInterfaceAllocation
) -> Self
Information about the transit virtual interface.
pub fn set_new_transit_virtual_interface_allocation(
self,
input: Option<NewTransitVirtualInterfaceAllocation>
) -> Self
pub fn set_new_transit_virtual_interface_allocation(
self,
input: Option<NewTransitVirtualInterfaceAllocation>
) -> Self
Information about the transit virtual interface.
Consumes the builder and constructs a AllocateTransitVirtualInterfaceInput
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
