public static interface PendingCreateStandbyWorkspacesRequest.Builder extends SdkPojo, CopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>
| Modifier and Type | Method and Description |
|---|---|
PendingCreateStandbyWorkspacesRequest.Builder |
directoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
|
PendingCreateStandbyWorkspacesRequest.Builder |
state(String state)
The operational state of the standby WorkSpace.
|
PendingCreateStandbyWorkspacesRequest.Builder |
state(WorkspaceState state)
The operational state of the standby WorkSpace.
|
PendingCreateStandbyWorkspacesRequest.Builder |
userName(String userName)
Describes the standby WorkSpace that was created.
|
PendingCreateStandbyWorkspacesRequest.Builder |
workspaceId(String workspaceId)
The identifier of the standby WorkSpace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPendingCreateStandbyWorkspacesRequest.Builder userName(String userName)
Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
userName - Describes the standby WorkSpace that was created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
PendingCreateStandbyWorkspacesRequest.Builder directoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
directoryId - The identifier of the directory for the standby WorkSpace.PendingCreateStandbyWorkspacesRequest.Builder state(String state)
The operational state of the standby WorkSpace.
state - The operational state of the standby WorkSpace.WorkspaceState,
WorkspaceStatePendingCreateStandbyWorkspacesRequest.Builder state(WorkspaceState state)
The operational state of the standby WorkSpace.
state - The operational state of the standby WorkSpace.WorkspaceState,
WorkspaceStatePendingCreateStandbyWorkspacesRequest.Builder workspaceId(String workspaceId)
The identifier of the standby WorkSpace.
workspaceId - The identifier of the standby WorkSpace.Copyright © 2023. All rights reserved.