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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Receipt.BuildercontactChannelArn(String contactChannelArn)The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.Receipt.BuilderreceiptInfo(String receiptInfo)Information provided during the page acknowledgement.Receipt.BuilderreceiptTime(Instant receiptTime)The time receipt wasSENT,DELIVERED, orREAD.Receipt.BuilderreceiptType(String receiptType)The type follows the engagement cycle,SENT,DELIVERED, andREAD.Receipt.BuilderreceiptType(ReceiptType receiptType)The type follows the engagement cycle,SENT,DELIVERED, andREAD.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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, andREAD.- Parameters:
receiptType- The type follows the engagement cycle,SENT,DELIVERED, andREAD.- 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, andREAD.- Parameters:
receiptType- The type follows the engagement cycle,SENT,DELIVERED, andREAD.- 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, orREAD.- Parameters:
receiptTime- The time receipt wasSENT,DELIVERED, orREAD.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-