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.
|
copyapplyMutation, buildCancellationReason.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 © 2019. All rights reserved.