#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateConnectAttachmentInput
Implementations
The ID of a core network where you want to create the attachment.
The ID of a core network where you want to create the attachment.
The Region where the edge is located.
The Region where the edge is located.
The ID of the attachment between the two connections.
The ID of the attachment between the two connections.
Options for creating an attachment.
Options for creating an attachment.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The list of key-value tags associated with the request.
The list of key-value tags associated with the request.
The client token associated with the request.
The client token associated with the request.
Consumes the builder and constructs a CreateConnectAttachmentInput
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