Interface WorkspaceConnectionStatus.Builder

    • Method Detail

      • workspaceId

        WorkspaceConnectionStatus.Builder workspaceId​(String workspaceId)

        The 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.
      • connectionState

        WorkspaceConnectionStatus.Builder connectionState​(String connectionState)

        The 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:
        ConnectionState, ConnectionState
      • connectionState

        WorkspaceConnectionStatus.Builder connectionState​(ConnectionState connectionState)

        The 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:
        ConnectionState, ConnectionState
      • connectionStateCheckTimestamp

        WorkspaceConnectionStatus.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.
      • lastKnownUserConnectionTimestamp

        WorkspaceConnectionStatus.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.