pub struct Builder { /* private fields */ }Expand description
A builder for CreateInterconnectInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn interconnect_name(self, input: impl Into<String>) -> Self
pub fn interconnect_name(self, input: impl Into<String>) -> Self
The name of the interconnect.
sourcepub fn set_interconnect_name(self, input: Option<String>) -> Self
pub fn set_interconnect_name(self, input: Option<String>) -> Self
The name of the interconnect.
sourcepub fn bandwidth(self, input: impl Into<String>) -> Self
pub fn bandwidth(self, input: impl Into<String>) -> Self
The port bandwidth, in Gbps. The possible values are 1 and 10.
sourcepub fn set_bandwidth(self, input: Option<String>) -> Self
pub fn set_bandwidth(self, input: Option<String>) -> Self
The port bandwidth, in Gbps. The possible values are 1 and 10.
sourcepub fn set_location(self, input: Option<String>) -> Self
pub fn set_location(self, input: Option<String>) -> Self
The location of the interconnect.
sourcepub fn set_lag_id(self, input: Option<String>) -> Self
pub fn set_lag_id(self, input: Option<String>) -> Self
The ID of the LAG.
Appends an item to tags.
To override the contents of this collection use set_tags.
The tags to associate with the interconnect.
The tags to associate with the interconnect.
sourcepub fn provider_name(self, input: impl Into<String>) -> Self
pub fn provider_name(self, input: impl Into<String>) -> Self
The name of the service provider associated with the interconnect.
sourcepub fn set_provider_name(self, input: Option<String>) -> Self
pub fn set_provider_name(self, input: Option<String>) -> Self
The name of the service provider associated with the interconnect.
sourcepub fn build(self) -> Result<CreateInterconnectInput, BuildError>
pub fn build(self) -> Result<CreateInterconnectInput, BuildError>
Consumes the builder and constructs a CreateInterconnectInput.