public static interface BatchStatementError.Builder extends SdkPojo, CopyableBuilder<BatchStatementError.Builder,BatchStatementError>
| Modifier and Type | Method and Description |
|---|---|
BatchStatementError.Builder |
code(BatchStatementErrorCodeEnum code)
The error code associated with the failed PartiQL batch statement.
|
BatchStatementError.Builder |
code(String 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.
|
BatchStatementError.Builder |
message(String message)
The error message associated with the PartiQL batch response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchStatementError.Builder code(String code)
The error code associated with the failed PartiQL batch statement.
code - The error code associated with the failed PartiQL batch statement.BatchStatementErrorCodeEnum,
BatchStatementErrorCodeEnumBatchStatementError.Builder code(BatchStatementErrorCodeEnum code)
The error code associated with the failed PartiQL batch statement.
code - The error code associated with the failed PartiQL batch statement.BatchStatementErrorCodeEnum,
BatchStatementErrorCodeEnumBatchStatementError.Builder message(String message)
The error message associated with the PartiQL batch response.
message - The error message associated with the PartiQL batch response.BatchStatementError.Builder item(Map<String,AttributeValue> item)
The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is
specified as ALL_OLD.
item - The item which caused the condition check to fail. This will be set if
ReturnValuesOnConditionCheckFailure is specified as ALL_OLD.Copyright © 2023. All rights reserved.