Interface DefaultWorkspaceCreationProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>,SdkBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>,SdkPojo
- Enclosing class:
- DefaultWorkspaceCreationProperties
public static interface DefaultWorkspaceCreationProperties.Builder extends SdkPojo, CopyableBuilder<DefaultWorkspaceCreationProperties.Builder,DefaultWorkspaceCreationProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultWorkspaceCreationProperties.BuildercustomSecurityGroupId(String customSecurityGroupId)The identifier of the default security group to apply to WorkSpaces when they are created.DefaultWorkspaceCreationProperties.BuilderdefaultOu(String defaultOu)The organizational unit (OU) in the directory for the WorkSpace machine accounts.DefaultWorkspaceCreationProperties.BuilderenableInternetAccess(Boolean enableInternetAccess)Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by default.DefaultWorkspaceCreationProperties.BuilderenableMaintenanceMode(Boolean enableMaintenanceMode)Specifies whether maintenance mode is enabled for WorkSpaces.DefaultWorkspaceCreationProperties.BuilderenableWorkDocs(Boolean enableWorkDocs)Specifies whether the directory is enabled for Amazon WorkDocs.DefaultWorkspaceCreationProperties.BuilderuserEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)Specifies whether WorkSpace users are local administrators on their WorkSpaces.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
enableWorkDocs
DefaultWorkspaceCreationProperties.Builder enableWorkDocs(Boolean enableWorkDocs)
Specifies whether the directory is enabled for Amazon WorkDocs.
- Parameters:
enableWorkDocs- Specifies whether the directory is enabled for Amazon WorkDocs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableInternetAccess
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultOu
DefaultWorkspaceCreationProperties.Builder defaultOu(String defaultOu)
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
- Parameters:
defaultOu- The organizational unit (OU) in the directory for the WorkSpace machine accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customSecurityGroupId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userEnabledAsLocalAdministrator
DefaultWorkspaceCreationProperties.Builder userEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
- Parameters:
userEnabledAsLocalAdministrator- Specifies whether WorkSpace users are local administrators on their WorkSpaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableMaintenanceMode
DefaultWorkspaceCreationProperties.Builder enableMaintenanceMode(Boolean enableMaintenanceMode)
Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.
- Parameters:
enableMaintenanceMode- Specifies whether maintenance mode is enabled for WorkSpaces. For more information, see WorkSpace Maintenance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-