Interface ConnectionSummary.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

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

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

      ConnectionSummary.Builder connectionTypesWithStrings(Map<String,ConnectionTypeSummary> connectionTypes)

      A map of connection types and their summary information for this connection.

      Parameters:
      connectionTypes - A map of connection types and their summary information for this connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionTypes

      A map of connection types and their summary information for this connection.

      Parameters:
      connectionTypes - A map of connection types and their summary information for this connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.