Interface CancelConnectionResponse.Builder

  • Method Details

    • catalog

      The catalog identifier where the connection was canceled.

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

      The unique identifier of the canceled connection.

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

      The Amazon Resource Name (ARN) of the canceled connection.

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

      CancelConnectionResponse.Builder otherParticipantAccountId(String otherParticipantAccountId)

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

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

      The timestamp when the connection was last updated (canceled).

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

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

      The list of connection types that were active before cancellation.

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

      The list of connection types that were active before cancellation.

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