Struct aws_sdk_networkmanager::model::connect_peer::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ConnectPeer
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn core_network_id(self, input: impl Into<String>) -> Self
pub fn core_network_id(self, input: impl Into<String>) -> Self
The ID of a core network.
sourcepub fn set_core_network_id(self, input: Option<String>) -> Self
pub fn set_core_network_id(self, input: Option<String>) -> Self
The ID of a core network.
sourcepub fn connect_attachment_id(self, input: impl Into<String>) -> Self
pub fn connect_attachment_id(self, input: impl Into<String>) -> Self
The ID of the attachment to connect.
sourcepub fn set_connect_attachment_id(self, input: Option<String>) -> Self
pub fn set_connect_attachment_id(self, input: Option<String>) -> Self
The ID of the attachment to connect.
sourcepub fn connect_peer_id(self, input: impl Into<String>) -> Self
pub fn connect_peer_id(self, input: impl Into<String>) -> Self
The ID of the Connect peer.
sourcepub fn set_connect_peer_id(self, input: Option<String>) -> Self
pub fn set_connect_peer_id(self, input: Option<String>) -> Self
The ID of the Connect peer.
sourcepub fn edge_location(self, input: impl Into<String>) -> Self
pub fn edge_location(self, input: impl Into<String>) -> Self
The Connect peer Regions where edges are located.
sourcepub fn set_edge_location(self, input: Option<String>) -> Self
pub fn set_edge_location(self, input: Option<String>) -> Self
The Connect peer Regions where edges are located.
sourcepub fn state(self, input: ConnectPeerState) -> Self
pub fn state(self, input: ConnectPeerState) -> Self
The state of the Connect peer.
sourcepub fn set_state(self, input: Option<ConnectPeerState>) -> Self
pub fn set_state(self, input: Option<ConnectPeerState>) -> Self
The state of the Connect peer.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp when the Connect peer was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp when the Connect peer was created.
sourcepub fn configuration(self, input: ConnectPeerConfiguration) -> Self
pub fn configuration(self, input: ConnectPeerConfiguration) -> Self
The configuration of the Connect peer.
sourcepub fn set_configuration(self, input: Option<ConnectPeerConfiguration>) -> Self
pub fn set_configuration(self, input: Option<ConnectPeerConfiguration>) -> Self
The configuration of the Connect peer.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The list of key-value tags associated with the Connect peer.
The list of key-value tags associated with the Connect peer.
sourcepub fn build(self) -> ConnectPeer
pub fn build(self) -> ConnectPeer
Consumes the builder and constructs a ConnectPeer
.