Interface ConnectionState.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectionState.Builder,ConnectionState>, SdkBuilder<ConnectionState.Builder,ConnectionState>, SdkPojo
Enclosing class:
ConnectionState

public static interface ConnectionState.Builder extends SdkPojo, CopyableBuilder<ConnectionState.Builder,ConnectionState>
  • 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.