public static interface DefaultWorkspaceCreationProperties.Builder extends SdkPojo, CopyableBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>
Modifier and Type | Method and Description |
---|---|
DefaultWorkspaceCreationProperties.Builder |
customSecurityGroupId(String customSecurityGroupId)
The identifier of any security groups to apply to WorkSpaces when they are created.
|
DefaultWorkspaceCreationProperties.Builder |
defaultOu(String defaultOu)
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
|
DefaultWorkspaceCreationProperties.Builder |
enableInternetAccess(Boolean enableInternetAccess)
The public IP address to attach to all WorkSpaces that are created or rebuilt.
|
DefaultWorkspaceCreationProperties.Builder |
enableWorkDocs(Boolean enableWorkDocs)
Specifies whether the directory is enabled for Amazon WorkDocs.
|
DefaultWorkspaceCreationProperties.Builder |
userEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
Specifies whether the WorkSpace user is an administrator on the WorkSpace.
|
copy
applyMutation, build
DefaultWorkspaceCreationProperties.Builder enableWorkDocs(Boolean enableWorkDocs)
Specifies whether the directory is enabled for Amazon WorkDocs.
enableWorkDocs
- Specifies whether the directory is enabled for Amazon WorkDocs.DefaultWorkspaceCreationProperties.Builder enableInternetAccess(Boolean enableInternetAccess)
The public IP address to attach to all WorkSpaces that are created or rebuilt.
enableInternetAccess
- The public IP address to attach to all WorkSpaces that are created or rebuilt.DefaultWorkspaceCreationProperties.Builder defaultOu(String defaultOu)
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
defaultOu
- The organizational unit (OU) in the directory for the WorkSpace machine accounts.DefaultWorkspaceCreationProperties.Builder customSecurityGroupId(String customSecurityGroupId)
The identifier of any security groups to apply to WorkSpaces when they are created.
customSecurityGroupId
- The identifier of any security groups to apply to WorkSpaces when they are created.DefaultWorkspaceCreationProperties.Builder userEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
Specifies whether the WorkSpace user is an administrator on the WorkSpace.
userEnabledAsLocalAdministrator
- Specifies whether the WorkSpace user is an administrator on the WorkSpace.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.