Interface GetConnectionResponse.Builder

  • Method Details

    • catalog

      The catalog identifier where the connection exists.

      Parameters:
      catalog - The catalog identifier where the connection exists.
      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 Amazon Resource Name (ARN) of the connection.

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

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

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

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

      The list of connection types active between the partners.

      Parameters:
      connectionTypes - The list of connection types active between the partners.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionTypes

      The list of connection types active between the partners.

      Parameters:
      connectionTypes - The list of connection types active between the partners.
      Returns:
      Returns a reference to this object so that method calls can be chained together.