Interface CancelConnectionInvitationResponse.Builder

  • Method Details

    • catalog

      The catalog identifier where the connection invitation was canceled.

      Parameters:
      catalog - The catalog identifier where the connection invitation 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 invitation.

      Parameters:
      id - The unique identifier of the canceled connection invitation.
      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 invitation.

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

      The identifier of the connection associated with the canceled invitation.

      Parameters:
      connectionId - The identifier of the connection associated with the canceled invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionType

      CancelConnectionInvitationResponse.Builder connectionType(String connectionType)

      The type of connection that was being invited for.

      Parameters:
      connectionType - The type of connection that was being invited for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • connectionType

      The type of connection that was being invited for.

      Parameters:
      connectionType - The type of connection that was being invited for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The timestamp when the connection invitation was originally created.

      Parameters:
      createdAt - The timestamp when the connection invitation was originally created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

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

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

      The timestamp when the connection invitation would have expired if not canceled.

      Parameters:
      expiresAt - The timestamp when the connection invitation would have expired if not canceled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • otherParticipantIdentifier

      CancelConnectionInvitationResponse.Builder otherParticipantIdentifier(String otherParticipantIdentifier)

      The identifier of the other participant who was invited to connect.

      Parameters:
      otherParticipantIdentifier - The identifier of the other participant who was invited to connect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • participantType

      CancelConnectionInvitationResponse.Builder participantType(String participantType)

      The type of participant (inviter or invitee) in the connection invitation.

      Parameters:
      participantType - The type of participant (inviter or invitee) in the connection invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • participantType

      The type of participant (inviter or invitee) in the connection invitation.

      Parameters:
      participantType - The type of participant (inviter or invitee) in the connection invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the connection invitation (canceled).

      Parameters:
      status - The current status of the connection invitation (canceled).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the connection invitation (canceled).

      Parameters:
      status - The current status of the connection invitation (canceled).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • invitationMessage

      CancelConnectionInvitationResponse.Builder invitationMessage(String invitationMessage)

      The message that was included with the original connection invitation.

      Parameters:
      invitationMessage - The message that was included with the original connection invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inviterEmail

      The email address of the person who sent the connection invitation.

      Parameters:
      inviterEmail - The email address of the person who sent the connection invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inviterName

      The name of the person who sent the connection invitation.

      Parameters:
      inviterName - The name of the person who sent the connection invitation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.