#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for WorkspaceDirectory

Implementations

The directory identifier.

The directory identifier.

The directory alias.

The directory alias.

The name of the directory.

The name of the directory.

The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

Appends an item to subnet_ids.

To override the contents of this collection use set_subnet_ids.

The identifiers of the subnets used with the directory.

The identifiers of the subnets used with the directory.

Appends an item to dns_ip_addresses.

To override the contents of this collection use set_dns_ip_addresses.

The IP addresses of the DNS servers for the directory.

The IP addresses of the DNS servers for the directory.

The user name for the service account.

The user name for the service account.

The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

The directory type.

The directory type.

The identifier of the security group that is assigned to new WorkSpaces.

The identifier of the security group that is assigned to new WorkSpaces.

The state of the directory's registration with Amazon WorkSpaces. After a directory is deregistered, the DEREGISTERED state is returned very briefly before the directory metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered, check for the directory ID by using DescribeWorkspaceDirectories. If the directory ID isn't returned, then the directory has been successfully deregistered.

The state of the directory's registration with Amazon WorkSpaces. After a directory is deregistered, the DEREGISTERED state is returned very briefly before the directory metadata is cleaned up, so this state is rarely returned. To confirm that a directory is deregistered, check for the directory ID by using DescribeWorkspaceDirectories. If the directory ID isn't returned, then the directory has been successfully deregistered.

The default creation properties for all WorkSpaces in the directory.

The default creation properties for all WorkSpaces in the directory.

Appends an item to ip_group_ids.

To override the contents of this collection use set_ip_group_ids.

The identifiers of the IP access control groups associated with the directory.

The identifiers of the IP access control groups associated with the directory.

The devices and operating systems that users can use to access WorkSpaces.

The devices and operating systems that users can use to access WorkSpaces.

Specifies whether the directory is dedicated or shared. To use Bring Your Own License (BYOL), this value must be set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.

Specifies whether the directory is dedicated or shared. To use Bring Your Own License (BYOL), this value must be set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.

The default self-service permissions for WorkSpaces in the directory.

The default self-service permissions for WorkSpaces in the directory.

Consumes the builder and constructs a WorkspaceDirectory

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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