Interface Connection.Builder

  • Method Details

    • catalog

      Connection.Builder catalog(String catalog)

      The catalog identifier that the connection belongs to.

      Parameters:
      catalog - The catalog identifier that the connection belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the connection.

      Parameters:
      id - The unique identifier of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The AWS Resource Name (ARN) of the connection.

      Parameters:
      arn - The AWS Resource Name (ARN) of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • otherParticipantAccountId

      Connection.Builder otherParticipantAccountId(String otherParticipantAccountId)

      The AWS account ID of the other participant in the connection.

      Parameters:
      otherParticipantAccountId - The AWS account ID of the other participant in the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      Connection.Builder updatedAt(Instant updatedAt)

      The timestamp when the connection was last updated.

      Parameters:
      updatedAt - The timestamp when the connection was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionTypesWithStrings

      Connection.Builder connectionTypesWithStrings(Map<String,ConnectionTypeDetail> connectionTypes)

      The type of connection.

      Parameters:
      connectionTypes - The type of connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionTypes

      Connection.Builder connectionTypes(Map<ConnectionType,ConnectionTypeDetail> connectionTypes)

      The type of connection.

      Parameters:
      connectionTypes - The type of connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.