pub struct Builder { /* private fields */ }
Expand description
A builder for CreateConnectionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn global_network_id(self, input: impl Into<String>) -> Self
pub fn global_network_id(self, input: impl Into<String>) -> Self
The ID of the global network.
sourcepub fn set_global_network_id(self, input: Option<String>) -> Self
pub fn set_global_network_id(self, input: Option<String>) -> Self
The ID of the global network.
sourcepub fn device_id(self, input: impl Into<String>) -> Self
pub fn device_id(self, input: impl Into<String>) -> Self
The ID of the first device in the connection.
sourcepub fn set_device_id(self, input: Option<String>) -> Self
pub fn set_device_id(self, input: Option<String>) -> Self
The ID of the first device in the connection.
sourcepub fn connected_device_id(self, input: impl Into<String>) -> Self
pub fn connected_device_id(self, input: impl Into<String>) -> Self
The ID of the second device in the connection.
sourcepub fn set_connected_device_id(self, input: Option<String>) -> Self
pub fn set_connected_device_id(self, input: Option<String>) -> Self
The ID of the second device in the connection.
sourcepub fn link_id(self, input: impl Into<String>) -> Self
pub fn link_id(self, input: impl Into<String>) -> Self
The ID of the link for the first device.
sourcepub fn set_link_id(self, input: Option<String>) -> Self
pub fn set_link_id(self, input: Option<String>) -> Self
The ID of the link for the first device.
sourcepub fn connected_link_id(self, input: impl Into<String>) -> Self
pub fn connected_link_id(self, input: impl Into<String>) -> Self
The ID of the link for the second device.
sourcepub fn set_connected_link_id(self, input: Option<String>) -> Self
pub fn set_connected_link_id(self, input: Option<String>) -> Self
The ID of the link for the second device.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the connection.
Length Constraints: Maximum length of 256 characters.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the connection.
Length Constraints: Maximum length of 256 characters.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags to apply to the resource during creation.
The tags to apply to the resource during creation.
sourcepub fn build(self) -> Result<CreateConnectionInput, BuildError>
pub fn build(self) -> Result<CreateConnectionInput, BuildError>
Consumes the builder and constructs a CreateConnectionInput
.