Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
static BatchStatementError.Builder |
BatchStatementError.builder() |
BatchStatementError.Builder |
BatchStatementError.Builder.code(BatchStatementErrorCodeEnum code)
The error code associated with the failed PartiQL batch statement.
|
BatchStatementError.Builder |
BatchStatementError.Builder.code(String code)
The error code associated with the failed PartiQL batch statement.
|
BatchStatementError.Builder |
BatchStatementError.Builder.message(String message)
The error message associated with the PartiQL batch resposne.
|
BatchStatementError.Builder |
BatchStatementError.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends BatchStatementError.Builder> |
BatchStatementError.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default BatchStatementResponse.Builder |
BatchStatementResponse.Builder.error(Consumer<BatchStatementError.Builder> error)
The error associated with a failed PartiQL batch statement.
|
Copyright © 2021. All rights reserved.