CopyableBuilder<WorkspaceConnectionStatus.Builder,WorkspaceConnectionStatus>
, SdkBuilder<WorkspaceConnectionStatus.Builder,WorkspaceConnectionStatus>
public static interface WorkspaceConnectionStatus.Builder extends CopyableBuilder<WorkspaceConnectionStatus.Builder,WorkspaceConnectionStatus>
Modifier and Type | Method | Description |
---|---|---|
WorkspaceConnectionStatus.Builder |
connectionState(String connectionState) |
The connection state of the WorkSpace.
|
WorkspaceConnectionStatus.Builder |
connectionState(ConnectionState connectionState) |
The connection state of the WorkSpace.
|
WorkspaceConnectionStatus.Builder |
connectionStateCheckTimestamp(Date connectionStateCheckTimestamp) |
The timestamp of the connection state check.
|
WorkspaceConnectionStatus.Builder |
lastKnownUserConnectionTimestamp(Date lastKnownUserConnectionTimestamp) |
The timestamp of the last known user connection.
|
WorkspaceConnectionStatus.Builder |
workspaceId(String workspaceId) |
The ID of the WorkSpace.
|
copy
apply, build
WorkspaceConnectionStatus.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
WorkspaceConnectionStatus.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
WorkspaceConnectionStatus.Builder connectionStateCheckTimestamp(Date connectionStateCheckTimestamp)
The timestamp of the connection state check.
connectionStateCheckTimestamp
- The timestamp of the connection state check.WorkspaceConnectionStatus.Builder lastKnownUserConnectionTimestamp(Date 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.