Struct aws_sdk_directconnect::input::create_interconnect_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateInterconnectInput
Implementations
The name of the interconnect.
The name of the interconnect.
The port bandwidth, in Gbps. The possible values are 1 and 10.
The port bandwidth, in Gbps. The possible values are 1 and 10.
The location of the interconnect.
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.
The name of the service provider associated with the interconnect.
The name of the service provider associated with the interconnect.
Consumes the builder and constructs a CreateInterconnectInput
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
