#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for AllocatePublicVirtualInterfaceInput
Implementations
The ID of the connection on which the public virtual interface is provisioned.
The ID of the connection on which the public virtual interface is provisioned.
The ID of the Amazon Web Services account that owns the public virtual interface.
The ID of the Amazon Web Services account that owns the public virtual interface.
pub fn new_public_virtual_interface_allocation(
self,
input: NewPublicVirtualInterfaceAllocation
) -> Self
pub fn new_public_virtual_interface_allocation(
self,
input: NewPublicVirtualInterfaceAllocation
) -> Self
Information about the public virtual interface.
pub fn set_new_public_virtual_interface_allocation(
self,
input: Option<NewPublicVirtualInterfaceAllocation>
) -> Self
pub fn set_new_public_virtual_interface_allocation(
self,
input: Option<NewPublicVirtualInterfaceAllocation>
) -> Self
Information about the public virtual interface.
Consumes the builder and constructs a AllocatePublicVirtualInterfaceInput
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