Struct aws_sdk_workspaces::model::workspace_directory::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for WorkspaceDirectory
Implementations
The directory identifier.
The directory identifier.
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.
pub fn set_workspace_creation_properties(
self,
input: Option<DefaultWorkspaceCreationProperties>
) -> Self
pub fn set_workspace_creation_properties(
self,
input: Option<DefaultWorkspaceCreationProperties>
) -> Self
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.
pub fn set_workspace_access_properties(
self,
input: Option<WorkspaceAccessProperties>
) -> Self
pub fn set_workspace_access_properties(
self,
input: Option<WorkspaceAccessProperties>
) -> Self
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
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