Interface Receipt.Builder

    • Method Detail

      • contactChannelArn

        Receipt.Builder contactChannelArn​(String contactChannelArn)

        The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.

        Parameters:
        contactChannelArn - The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiptType

        Receipt.Builder receiptType​(String receiptType)

        The type follows the engagement cycle, SENT, DELIVERED, and READ.

        Parameters:
        receiptType - The type follows the engagement cycle, SENT, DELIVERED, and READ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReceiptType, ReceiptType
      • receiptType

        Receipt.Builder receiptType​(ReceiptType receiptType)

        The type follows the engagement cycle, SENT, DELIVERED, and READ.

        Parameters:
        receiptType - The type follows the engagement cycle, SENT, DELIVERED, and READ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReceiptType, ReceiptType
      • receiptInfo

        Receipt.Builder receiptInfo​(String receiptInfo)

        Information provided during the page acknowledgement.

        Parameters:
        receiptInfo - Information provided during the page acknowledgement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiptTime

        Receipt.Builder receiptTime​(Instant receiptTime)

        The time receipt was SENT, DELIVERED, or READ.

        Parameters:
        receiptTime - The time receipt was SENT, DELIVERED, or READ.
        Returns:
        Returns a reference to this object so that method calls can be chained together.