Uses of Interface
software.amazon.awssdk.services.dynamodb.model.CancellationReason.Builder
-
Packages that use CancellationReason.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of CancellationReason.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return CancellationReason.Builder Modifier and Type Method Description static CancellationReason.BuilderCancellationReason. builder()CancellationReason.BuilderCancellationReason.Builder. code(String code)Status code for the result of the cancelled transaction.CancellationReason.BuilderCancellationReason.Builder. item(Map<String,AttributeValue> item)Item in the request which caused the transaction to get cancelled.CancellationReason.BuilderCancellationReason.Builder. message(String message)Cancellation reason message description.CancellationReason.BuilderCancellationReason. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type CancellationReason.Builder Modifier and Type Method Description static Class<? extends CancellationReason.Builder>CancellationReason. serializableBuilderClass()
-