public static interface WorkspaceProperties.Builder extends SdkPojo, CopyableBuilder<WorkspaceProperties.Builder,WorkspaceProperties>
| Modifier and Type | Method and Description |
|---|---|
WorkspaceProperties.Builder |
computeTypeName(Compute computeTypeName)
The compute type.
|
WorkspaceProperties.Builder |
computeTypeName(String computeTypeName)
The compute type.
|
WorkspaceProperties.Builder |
rootVolumeSizeGib(Integer rootVolumeSizeGib)
The size of the root volume.
|
WorkspaceProperties.Builder |
runningMode(RunningMode runningMode)
The running mode.
|
WorkspaceProperties.Builder |
runningMode(String runningMode)
The running mode.
|
WorkspaceProperties.Builder |
runningModeAutoStopTimeoutInMinutes(Integer runningModeAutoStopTimeoutInMinutes)
The time after a user logs off when WorkSpaces are automatically stopped.
|
WorkspaceProperties.Builder |
userVolumeSizeGib(Integer userVolumeSizeGib)
The size of the user storage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkspaceProperties.Builder runningMode(String runningMode)
The running mode. For more information, see Manage the WorkSpace Running Mode.
runningMode - The running mode. For more information, see Manage the WorkSpace
Running Mode.RunningMode,
RunningModeWorkspaceProperties.Builder runningMode(RunningMode runningMode)
The running mode. For more information, see Manage the WorkSpace Running Mode.
runningMode - The running mode. For more information, see Manage the WorkSpace
Running Mode.RunningMode,
RunningModeWorkspaceProperties.Builder runningModeAutoStopTimeoutInMinutes(Integer runningModeAutoStopTimeoutInMinutes)
The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
runningModeAutoStopTimeoutInMinutes - The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute
intervals.WorkspaceProperties.Builder rootVolumeSizeGib(Integer rootVolumeSizeGib)
The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
rootVolumeSizeGib - The size of the root volume. For important information about how to modify the size of the root and
user volumes, see Modify a
WorkSpace.WorkspaceProperties.Builder userVolumeSizeGib(Integer userVolumeSizeGib)
The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.
userVolumeSizeGib - The size of the user storage. For important information about how to modify the size of the root and
user volumes, see Modify a
WorkSpace.WorkspaceProperties.Builder computeTypeName(String computeTypeName)
The compute type. For more information, see Amazon WorkSpaces Bundles.
computeTypeName - The compute type. For more information, see Amazon WorkSpaces
Bundles.Compute,
ComputeWorkspaceProperties.Builder computeTypeName(Compute computeTypeName)
The compute type. For more information, see Amazon WorkSpaces Bundles.
computeTypeName - The compute type. For more information, see Amazon WorkSpaces
Bundles.Compute,
ComputeCopyright © 2021. All rights reserved.