Interface ConnectionState.Builder

  • Method Details

    • status

      The connection status of the tunnel. Valid values are CONNECTED and DISCONNECTED.

      Parameters:
      status - The connection status of the tunnel. Valid values are CONNECTED and DISCONNECTED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The connection status of the tunnel. Valid values are CONNECTED and DISCONNECTED.

      Parameters:
      status - The connection status of the tunnel. Valid values are CONNECTED and DISCONNECTED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastUpdatedAt

      ConnectionState.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The last time the connection status was updated.

      Parameters:
      lastUpdatedAt - The last time the connection status was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.