public static interface CancellationReason.Builder extends SdkPojo, CopyableBuilder<CancellationReason.Builder,CancellationReason>
Modifier and Type | Method and Description |
---|---|
CancellationReason.Builder |
code(String code)
Status code for the result of the cancelled transaction.
|
CancellationReason.Builder |
item(Map<String,AttributeValue> item)
Item in the request which caused the transaction to get cancelled.
|
CancellationReason.Builder |
message(String message)
Cancellation reason message description.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CancellationReason.Builder item(Map<String,AttributeValue> item)
Item in the request which caused the transaction to get cancelled.
item
- Item in the request which caused the transaction to get cancelled.CancellationReason.Builder code(String code)
Status code for the result of the cancelled transaction.
code
- Status code for the result of the cancelled transaction.CancellationReason.Builder message(String message)
Cancellation reason message description.
message
- Cancellation reason message description.Copyright © 2020. All rights reserved.