Interface WorkspaceConnectionStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<WorkspaceConnectionStatus.Builder,,- WorkspaceConnectionStatus> - SdkBuilder<WorkspaceConnectionStatus.Builder,,- WorkspaceConnectionStatus> - SdkPojo
- Enclosing class:
- WorkspaceConnectionStatus
@Mutable
@NotThreadSafe
public static interface WorkspaceConnectionStatus.Builder
extends SdkPojo, CopyableBuilder<WorkspaceConnectionStatus.Builder,WorkspaceConnectionStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectionState(String connectionState) The connection state of the WorkSpace.connectionState(ConnectionState connectionState) The connection state of the WorkSpace.connectionStateCheckTimestamp(Instant connectionStateCheckTimestamp) The timestamp of the connection status check.lastKnownUserConnectionTimestamp(Instant lastKnownUserConnectionTimestamp) The timestamp of the last known user connection.workspaceId(String workspaceId) The identifier of the WorkSpace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
workspaceIdThe identifier of the WorkSpace. - Parameters:
- workspaceId- The identifier of the WorkSpace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
connectionStateThe connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped. - Parameters:
- connectionState- The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
connectionStateThe connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped. - Parameters:
- connectionState- The connection state of the WorkSpace. The connection state is unknown if the WorkSpace is stopped.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
connectionStateCheckTimestampWorkspaceConnectionStatus.Builder connectionStateCheckTimestamp(Instant connectionStateCheckTimestamp) The timestamp of the connection status check. - Parameters:
- connectionStateCheckTimestamp- The timestamp of the connection status check.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastKnownUserConnectionTimestampWorkspaceConnectionStatus.Builder lastKnownUserConnectionTimestamp(Instant lastKnownUserConnectionTimestamp) The timestamp of the last known user connection. - Parameters:
- lastKnownUserConnectionTimestamp- The timestamp of the last known user connection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-