Struct aws_sdk_networkmanager::input::get_connections_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetConnectionsInput
Implementations
The ID of the global network.
The ID of the global network.
Appends an item to connection_ids
.
To override the contents of this collection use set_connection_ids
.
One or more connection IDs.
One or more connection IDs.
The ID of the device.
The maximum number of results to return.
The maximum number of results to return.
The token for the next page of results.
The token for the next page of results.
Consumes the builder and constructs a GetConnectionsInput
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