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 |
message(String message)
The error message associated with the PartiQL batch resposne.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchStatementError.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
,
BatchStatementErrorCodeEnum
BatchStatementError.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
,
BatchStatementErrorCodeEnum
BatchStatementError.Builder message(String message)
The error message associated with the PartiQL batch resposne.
message
- The error message associated with the PartiQL batch resposne.Copyright © 2021. All rights reserved.