Struct aws_sdk_workspaces::model::connection_alias::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConnectionAlias
Implementations
The connection string specified for the connection alias. The connection string must be in the form of
a fully qualified domain name (FQDN), such as www.example.com
.
The connection string specified for the connection alias. The connection string must be in the form of
a fully qualified domain name (FQDN), such as www.example.com
.
The identifier of the connection alias.
The current state of the connection alias.
The current state of the connection alias.
The identifier of the Amazon Web Services account that owns the connection alias.
The identifier of the Amazon Web Services account that owns the connection alias.
Appends an item to associations
.
To override the contents of this collection use set_associations
.
The association status of the connection alias.
The association status of the connection alias.
Consumes the builder and constructs a ConnectionAlias
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