Interface PendingCreateStandbyWorkspacesRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>,SdkBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>,SdkPojo
- Enclosing class:
- PendingCreateStandbyWorkspacesRequest
public static interface PendingCreateStandbyWorkspacesRequest.Builder extends SdkPojo, CopyableBuilder<PendingCreateStandbyWorkspacesRequest.Builder,PendingCreateStandbyWorkspacesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingCreateStandbyWorkspacesRequest.BuilderdirectoryId(String directoryId)The identifier of the directory for the standby WorkSpace.PendingCreateStandbyWorkspacesRequest.Builderstate(String state)The operational state of the standby WorkSpace.PendingCreateStandbyWorkspacesRequest.Builderstate(WorkspaceState state)The operational state of the standby WorkSpace.PendingCreateStandbyWorkspacesRequest.BuilderuserName(String userName)Describes the standby WorkSpace that was created.PendingCreateStandbyWorkspacesRequest.BuilderworkspaceId(String workspaceId)The identifier of the standby WorkSpace.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
userName
PendingCreateStandbyWorkspacesRequest.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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryId
PendingCreateStandbyWorkspacesRequest.Builder directoryId(String directoryId)
The identifier of the directory for the standby WorkSpace.
- Parameters:
directoryId- The identifier of the directory for the standby WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
PendingCreateStandbyWorkspacesRequest.Builder state(String state)
The operational state of the standby WorkSpace.
- Parameters:
state- The operational state of the standby WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkspaceState,WorkspaceState
-
state
PendingCreateStandbyWorkspacesRequest.Builder state(WorkspaceState state)
The operational state of the standby WorkSpace.
- Parameters:
state- The operational state of the standby WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkspaceState,WorkspaceState
-
workspaceId
PendingCreateStandbyWorkspacesRequest.Builder workspaceId(String workspaceId)
The identifier of the standby WorkSpace.
- Parameters:
workspaceId- The identifier of the standby WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-