Uses of Interface
software.amazon.awssdk.services.workspaces.model.WorkspaceCreationProperties.Builder
-
Packages that use WorkspaceCreationProperties.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of WorkspaceCreationProperties.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return WorkspaceCreationProperties.Builder Modifier and Type Method Description static WorkspaceCreationProperties.BuilderWorkspaceCreationProperties. builder()WorkspaceCreationProperties.BuilderWorkspaceCreationProperties.Builder. customSecurityGroupId(String customSecurityGroupId)The identifier of your custom security group.WorkspaceCreationProperties.BuilderWorkspaceCreationProperties.Builder. defaultOu(String defaultOu)The default organizational unit (OU) for your WorkSpaces directories.WorkspaceCreationProperties.BuilderWorkspaceCreationProperties.Builder. enableInternetAccess(Boolean enableInternetAccess)Indicates whether internet access is enabled for your WorkSpaces.WorkspaceCreationProperties.BuilderWorkspaceCreationProperties.Builder. enableMaintenanceMode(Boolean enableMaintenanceMode)Indicates whether maintenance mode is enabled for your WorkSpaces.WorkspaceCreationProperties.BuilderWorkspaceCreationProperties.Builder. enableWorkDocs(Boolean enableWorkDocs)Indicates whether Amazon WorkDocs is enabled for your WorkSpaces.WorkspaceCreationProperties.BuilderWorkspaceCreationProperties. toBuilder()WorkspaceCreationProperties.BuilderWorkspaceCreationProperties.Builder. userEnabledAsLocalAdministrator(Boolean userEnabledAsLocalAdministrator)Indicates whether users are local administrators of their WorkSpaces.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type WorkspaceCreationProperties.Builder Modifier and Type Method Description static Class<? extends WorkspaceCreationProperties.Builder>WorkspaceCreationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type WorkspaceCreationProperties.Builder Modifier and Type Method Description default ModifyWorkspaceCreationPropertiesRequest.BuilderModifyWorkspaceCreationPropertiesRequest.Builder. workspaceCreationProperties(Consumer<WorkspaceCreationProperties.Builder> workspaceCreationProperties)The default properties for creating WorkSpaces.
-