| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.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 symmetric KMS key used to encrypt data stored on your WorkSpace.
|
Workspace.Builder |
Workspace.Builder.workspaceId(String workspaceId)
The identifier of the 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Workspace.Builder> |
Workspace.serializableBuilderClass() |
Copyright © 2023. All rights reserved.