static Workspace.Builder |
Workspace.builder() |
|
Workspace.Builder |
Workspace.Builder.bundleId(String bundleId) |
The identifier of the bundle used to create the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.computerName(String computerName) |
The name of the WorkSpace, as seen by the operating system.
|
default Workspace.Builder |
Workspace.Builder.dataReplicationSettings(Consumer<DataReplicationSettings.Builder> dataReplicationSettings) |
Indicates the settings of the data replication.
|
Workspace.Builder |
Workspace.Builder.dataReplicationSettings(DataReplicationSettings dataReplicationSettings) |
Indicates the settings of the data replication.
|
Workspace.Builder |
Workspace.Builder.directoryId(String directoryId) |
The identifier of the Directory Service directory for the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.errorCode(String errorCode) |
The error code that is returned if the WorkSpace cannot be created.
|
Workspace.Builder |
Workspace.Builder.errorMessage(String errorMessage) |
The text of the error message that is returned if the WorkSpace cannot be created.
|
Workspace.Builder |
Workspace.Builder.ipAddress(String ipAddress) |
The IP address of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.modificationStates(Collection<ModificationState> modificationStates) |
The modification states of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.modificationStates(Consumer<ModificationState.Builder>... modificationStates) |
The modification states of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.modificationStates(ModificationState... modificationStates) |
The modification states of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.relatedWorkspaces(Collection<RelatedWorkspaceProperties> relatedWorkspaces) |
The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
|
Workspace.Builder |
Workspace.Builder.relatedWorkspaces(Consumer<RelatedWorkspaceProperties.Builder>... relatedWorkspaces) |
The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
|
Workspace.Builder |
Workspace.Builder.relatedWorkspaces(RelatedWorkspaceProperties... relatedWorkspaces) |
The standby WorkSpace or primary WorkSpace related to the specified WorkSpace.
|
Workspace.Builder |
Workspace.Builder.rootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled) |
Indicates whether the data stored on the root volume is encrypted.
|
Workspace.Builder |
Workspace.Builder.standbyWorkspacesProperties(Collection<StandbyWorkspacesProperties> standbyWorkspacesProperties) |
The properties of the standby WorkSpace
|
Workspace.Builder |
Workspace.Builder.standbyWorkspacesProperties(Consumer<StandbyWorkspacesProperties.Builder>... standbyWorkspacesProperties) |
The properties of the standby WorkSpace
|
Workspace.Builder |
Workspace.Builder.standbyWorkspacesProperties(StandbyWorkspacesProperties... standbyWorkspacesProperties) |
The properties of the standby WorkSpace
|
Workspace.Builder |
Workspace.Builder.state(String state) |
The operational state of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.state(WorkspaceState state) |
The operational state of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.subnetId(String subnetId) |
The identifier of the subnet for the WorkSpace.
|
Workspace.Builder |
Workspace.toBuilder() |
|
Workspace.Builder |
Workspace.Builder.userName(String userName) |
The user for the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.userVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled) |
Indicates whether the data stored on the user volume is encrypted.
|
Workspace.Builder |
Workspace.Builder.volumeEncryptionKey(String volumeEncryptionKey) |
The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace.
|
Workspace.Builder |
Workspace.Builder.workspaceId(String workspaceId) |
The identifier of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.workspaceName(String workspaceName) |
The name of the user-decoupled WorkSpace.
|
default Workspace.Builder |
Workspace.Builder.workspaceProperties(Consumer<WorkspaceProperties.Builder> workspaceProperties) |
The properties of the WorkSpace.
|
Workspace.Builder |
Workspace.Builder.workspaceProperties(WorkspaceProperties workspaceProperties) |
The properties of the WorkSpace.
|