public static interface Receipt.Builder extends SdkPojo, CopyableBuilder<Receipt.Builder,Receipt>
| Modifier and Type | Method and Description |
|---|---|
Receipt.Builder |
contactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
|
Receipt.Builder |
receiptInfo(String receiptInfo)
Information provided during the page acknowledgement.
|
Receipt.Builder |
receiptTime(Instant receiptTime)
The time receipt was
SENT, DELIVERED, or READ. |
Receipt.Builder |
receiptType(ReceiptType receiptType)
The type follows the engagement cycle,
SENT, DELIVERED, and READ. |
Receipt.Builder |
receiptType(String receiptType)
The type follows the engagement cycle,
SENT, DELIVERED, and READ. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReceipt.Builder contactChannelArn(String contactChannelArn)
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
contactChannelArn - The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.Receipt.Builder receiptType(String receiptType)
The type follows the engagement cycle, SENT, DELIVERED, and READ.
receiptType - The type follows the engagement cycle, SENT, DELIVERED, and
READ.ReceiptType,
ReceiptTypeReceipt.Builder receiptType(ReceiptType receiptType)
The type follows the engagement cycle, SENT, DELIVERED, and READ.
receiptType - The type follows the engagement cycle, SENT, DELIVERED, and
READ.ReceiptType,
ReceiptTypeReceipt.Builder receiptInfo(String receiptInfo)
Information provided during the page acknowledgement.
receiptInfo - Information provided during the page acknowledgement.Receipt.Builder receiptTime(Instant receiptTime)
The time receipt was SENT, DELIVERED, or READ.
receiptTime - The time receipt was SENT, DELIVERED, or READ.Copyright © 2021. All rights reserved.