Struct aws_sdk_ec2::model::transit_gateway_connect_peer::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TransitGatewayConnectPeer
Implementations
The ID of the Connect attachment.
The ID of the Connect attachment.
The ID of the Connect peer.
The ID of the Connect peer.
The state of the Connect peer.
The state of the Connect peer.
The creation time.
The creation time.
pub fn connect_peer_configuration(
self,
input: TransitGatewayConnectPeerConfiguration
) -> Self
pub fn connect_peer_configuration(
self,
input: TransitGatewayConnectPeerConfiguration
) -> Self
The Connect peer details.
pub fn set_connect_peer_configuration(
self,
input: Option<TransitGatewayConnectPeerConfiguration>
) -> Self
pub fn set_connect_peer_configuration(
self,
input: Option<TransitGatewayConnectPeerConfiguration>
) -> Self
The Connect peer details.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the Connect peer.
The tags for the Connect peer.
Consumes the builder and constructs a TransitGatewayConnectPeer
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