WorkspaceDirectory |
WorkspaceDirectory.clone() |
|
WorkspaceDirectory |
WorkspaceDirectory.withAlias(String alias) |
The directory alias.
|
WorkspaceDirectory |
WorkspaceDirectory.withCustomerUserName(String customerUserName) |
The user name for the service account.
|
WorkspaceDirectory |
WorkspaceDirectory.withDirectoryId(String directoryId) |
The directory identifier.
|
WorkspaceDirectory |
WorkspaceDirectory.withDirectoryName(String directoryName) |
The name of the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withDirectoryType(WorkspaceDirectoryType directoryType) |
The directory type.
|
WorkspaceDirectory |
WorkspaceDirectory.withDirectoryType(String directoryType) |
The directory type.
|
WorkspaceDirectory |
WorkspaceDirectory.withDnsIpAddresses(String... dnsIpAddresses) |
An array of strings that contains the IP addresses of the DNS servers for
the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withDnsIpAddresses(Collection<String> dnsIpAddresses) |
An array of strings that contains the IP addresses of the DNS servers for
the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withIamRoleId(String iamRoleId) |
The identifier of the IAM role.
|
WorkspaceDirectory |
WorkspaceDirectory.withRegistrationCode(String registrationCode) |
The registration code for the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withState(WorkspaceDirectoryState state) |
The state of the directory's registration with Amazon WorkSpaces
|
WorkspaceDirectory |
WorkspaceDirectory.withState(String state) |
The state of the directory's registration with Amazon WorkSpaces
|
WorkspaceDirectory |
WorkspaceDirectory.withSubnetIds(String... subnetIds) |
An array of strings that contains the identifiers of the subnets used
with the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withSubnetIds(Collection<String> subnetIds) |
An array of strings that contains the identifiers of the subnets used
with the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withWorkspaceCreationProperties(DefaultWorkspaceCreationProperties workspaceCreationProperties) |
A structure that specifies the default creation properties for all
WorkSpaces in the directory.
|
WorkspaceDirectory |
WorkspaceDirectory.withWorkspaceSecurityGroupId(String workspaceSecurityGroupId) |
The identifier of the security group that is assigned to new WorkSpaces.
|