Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BatchStatementError.Builder
Packages that use BatchStatementError.Builder
-
Uses of BatchStatementError.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BatchStatementError.BuilderModifier and TypeMethodDescriptionstatic BatchStatementError.BuilderBatchStatementError.builder()The error code associated with the failed PartiQL batch statement.BatchStatementError.Builder.code(BatchStatementErrorCodeEnum code) The error code associated with the failed PartiQL batch statement.BatchStatementError.Builder.item(Map<String, AttributeValue> item) The item which caused the condition check to fail.The error message associated with the PartiQL batch response.BatchStatementError.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BatchStatementError.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BatchStatementError.Builder>BatchStatementError.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type BatchStatementError.BuilderModifier and TypeMethodDescriptiondefault BatchStatementResponse.BuilderBatchStatementResponse.Builder.error(Consumer<BatchStatementError.Builder> error) The error associated with a failed PartiQL batch statement.