| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.builder() |
DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.Builder.customSecurityGroupId(String customSecurityGroupId)
The identifier of the default security group to apply to WorkSpaces when they are created.
|
DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.Builder.defaultOu(String defaultOu)
The organizational unit (OU) in the directory for the WorkSpace machine accounts.
|
DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.Builder.enableInternetAccess(Boolean enableInternetAccess)
Specifies whether to automatically assign an Elastic public IP address to WorkSpaces in this directory by
default.
|
DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.Builder.enableMaintenanceMode(Boolean enableMaintenanceMode)
Specifies whether maintenance mode is enabled for WorkSpaces.
|
DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.Builder.enableWorkDocs(Boolean enableWorkDocs)
Specifies whether the directory is enabled for Amazon WorkDocs.
|
DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.toBuilder() |
DefaultWorkspaceCreationProperties.Builder |
DefaultWorkspaceCreationProperties.Builder.userEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)
Specifies whether WorkSpace users are local administrators on their WorkSpaces.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DefaultWorkspaceCreationProperties.Builder> |
DefaultWorkspaceCreationProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkspaceDirectory.Builder |
WorkspaceDirectory.Builder.workspaceCreationProperties(Consumer<DefaultWorkspaceCreationProperties.Builder> workspaceCreationProperties)
The default creation properties for all WorkSpaces in the directory.
|
Copyright © 2023. All rights reserved.