public static interface WorkspaceConnectionStatus.Builder extends CopyableBuilder<WorkspaceConnectionStatus.Builder,WorkspaceConnectionStatus>
| Modifier and Type | Method and Description |
|---|---|
WorkspaceConnectionStatus.Builder |
connectionState(ConnectionState connectionState)
The connection state of the WorkSpace.
|
WorkspaceConnectionStatus.Builder |
connectionState(String connectionState)
The connection state of the WorkSpace.
|
WorkspaceConnectionStatus.Builder |
connectionStateCheckTimestamp(Instant connectionStateCheckTimestamp)
The timestamp of the connection state check.
|
WorkspaceConnectionStatus.Builder |
lastKnownUserConnectionTimestamp(Instant lastKnownUserConnectionTimestamp)
The timestamp of the last known user connection.
|
WorkspaceConnectionStatus.Builder |
workspaceId(String workspaceId)
The ID of the WorkSpace.
|
copyapply, buildWorkspaceConnectionStatus.Builder workspaceId(String workspaceId)
The ID of the WorkSpace.
workspaceId - The ID of the WorkSpace.WorkspaceConnectionStatus.Builder connectionState(String connectionState)
The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.
connectionState - The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.ConnectionState,
ConnectionStateWorkspaceConnectionStatus.Builder connectionState(ConnectionState connectionState)
The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.
connectionState - The connection state of the WorkSpace. Returns UNKOWN if the WorkSpace is in a Stopped state.ConnectionState,
ConnectionStateWorkspaceConnectionStatus.Builder connectionStateCheckTimestamp(Instant connectionStateCheckTimestamp)
The timestamp of the connection state check.
connectionStateCheckTimestamp - The timestamp of the connection state check.WorkspaceConnectionStatus.Builder lastKnownUserConnectionTimestamp(Instant lastKnownUserConnectionTimestamp)
The timestamp of the last known user connection.
lastKnownUserConnectionTimestamp - The timestamp of the last known user connection.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.