Struct aws_sdk_directconnect::input::delete_bgp_peer_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for DeleteBgpPeerInput
Implementations
The ID of the virtual interface.
The ID of the virtual interface.
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The IP address assigned to the customer interface.
The IP address assigned to the customer interface.
The ID of the BGP peer.
The ID of the BGP peer.
Consumes the builder and constructs a DeleteBgpPeerInput
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
