Struct aws_sdk_networkmanager::model::connect_peer_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ConnectPeerSummary
.
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 a Connect peer attachment.
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 a Connect peer attachment.
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 a 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 a Connect peer.
sourcepub fn edge_location(self, input: impl Into<String>) -> Self
pub fn edge_location(self, input: impl Into<String>) -> Self
The Region where the edge is located.
sourcepub fn set_edge_location(self, input: Option<String>) -> Self
pub fn set_edge_location(self, input: Option<String>) -> Self
The Region where the edge is located.
sourcepub fn connect_peer_state(self, input: ConnectPeerState) -> Self
pub fn connect_peer_state(self, input: ConnectPeerState) -> Self
The state of a Connect peer.
sourcepub fn set_connect_peer_state(self, input: Option<ConnectPeerState>) -> Self
pub fn set_connect_peer_state(self, input: Option<ConnectPeerState>) -> Self
The state of a Connect peer.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp when a 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 a Connect peer was created.
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 summary.
The list of key-value tags associated with the Connect peer summary.
sourcepub fn build(self) -> ConnectPeerSummary
pub fn build(self) -> ConnectPeerSummary
Consumes the builder and constructs a ConnectPeerSummary
.