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 the default security group 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)
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by
default.
|
DefaultWorkspaceCreationProperties.Builder |
enableMaintenanceMode(Boolean enableMaintenanceMode)
Specifies whether maintenance mode is enabled for WorkSpaces.
|
DefaultWorkspaceCreationProperties.Builder |
enableWorkDocs(Boolean enableWorkDocs)
Specifies whether the directory is enabled for Amazon WorkDocs.
|
DefaultWorkspaceCreationProperties.Builder |
userEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultWorkspaceCreationProperties.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)
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default. If enabled, the Elastic public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see Configure a VPC for Amazon WorkSpaces.
enableInternetAccess - Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory
by default. If enabled, the Elastic public IP address allows outbound internet access from your
WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are
located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from
your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP
addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or
to existing WorkSpaces that you rebuild. For more information, see Configure
a VPC for Amazon WorkSpaces.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 the default security group to apply to WorkSpaces when they are created. For more information, see Security Groups for Your WorkSpaces.
customSecurityGroupId - The identifier of the default security group to apply to WorkSpaces when they are created. For more
information, see
Security Groups for Your WorkSpaces.DefaultWorkspaceCreationProperties.Builder userEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
userEnabledAsLocalAdministrator - Specifies whether WorkSpace users are local administrators on their WorkSpaces.DefaultWorkspaceCreationProperties.Builder enableMaintenanceMode(Boolean enableMaintenanceMode)
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
enableMaintenanceMode - Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace
Maintenance.Copyright © 2023. All rights reserved.