public static interface WorkspaceConnectionStatus.Builder extends SdkPojo, 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 status check. 
 | 
WorkspaceConnectionStatus.Builder | 
lastKnownUserConnectionTimestamp(Instant lastKnownUserConnectionTimestamp)
 The timestamp of the last known user connection. 
 | 
WorkspaceConnectionStatus.Builder | 
workspaceId(String workspaceId)
 The identifier of the WorkSpace. 
 | 
copyapplyMutation, buildWorkspaceConnectionStatus.Builder workspaceId(String workspaceId)
The identifier of the WorkSpace.
workspaceId - The identifier of the WorkSpace.WorkspaceConnectionStatus.Builder connectionState(String connectionState)
The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.
connectionState - The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.ConnectionState, 
ConnectionStateWorkspaceConnectionStatus.Builder connectionState(ConnectionState connectionState)
The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.
connectionState - The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.ConnectionState, 
ConnectionStateWorkspaceConnectionStatus.Builder connectionStateCheckTimestamp(Instant connectionStateCheckTimestamp)
The timestamp of the connection status check.
connectionStateCheckTimestamp - The timestamp of the connection status 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.