Interface Receipt.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Receipt.Builder,Receipt>, SdkBuilder<Receipt.Builder,Receipt>, SdkPojo
Enclosing class:
Receipt

public static interface Receipt.Builder extends SdkPojo, CopyableBuilder<Receipt.Builder,Receipt>
  • Method Details

    • 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

      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:
    • 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.