Interface CancellationReason.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CancellationReason.Builder,,CancellationReason> SdkBuilder<CancellationReason.Builder,,CancellationReason> SdkPojo
- Enclosing class:
 CancellationReason
public static interface CancellationReason.Builder
extends SdkPojo, CopyableBuilder<CancellationReason.Builder,CancellationReason> 
- 
Method Summary
Modifier and TypeMethodDescriptionStatus code for the result of the cancelled transaction.item(Map<String, AttributeValue> item) Item in the request which caused the transaction to get cancelled.Cancellation reason message description.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
item
Item in the request which caused the transaction to get cancelled.
- Parameters:
 item- Item in the request which caused the transaction to get cancelled.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
code
Status code for the result of the cancelled transaction.
- Parameters:
 code- Status code for the result of the cancelled transaction.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
Cancellation reason message description.
- Parameters:
 message- Cancellation reason message description.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -