#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for UpdateVirtualInterfaceAttributesInput
Implementations
The ID of the virtual private interface.
The ID of the virtual private interface.
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
Indicates whether to enable or disable SiteLink.
Indicates whether to enable or disable SiteLink.
The name of the virtual private interface.
The name of the virtual private interface.
Consumes the builder and constructs a UpdateVirtualInterfaceAttributesInput
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