Struct aws_sdk_workspaces::model::connection_alias_association::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ConnectionAliasAssociation
Implementations
The association status of the connection alias.
The association status of the connection alias.
The identifier of the Amazon Web Services account that associated the connection alias with a directory.
The identifier of the Amazon Web Services account that associated the connection alias with a directory.
The identifier of the directory associated with a connection alias.
The identifier of the directory associated with a connection alias.
The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.
Consumes the builder and constructs a ConnectionAliasAssociation
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