public static interface TableError.Builder extends SdkPojo, CopyableBuilder<TableError.Builder,TableError>
| Modifier and Type | Method and Description |
|---|---|
default TableError.Builder |
errorDetail(Consumer<ErrorDetail.Builder> errorDetail)
The details about the error.
|
TableError.Builder |
errorDetail(ErrorDetail errorDetail)
The details about the error.
|
TableError.Builder |
tableName(String tableName)
The name of the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTableError.Builder tableName(String tableName)
The name of the table. For Hive compatibility, this must be entirely lowercase.
tableName - The name of the table. For Hive compatibility, this must be entirely lowercase.TableError.Builder errorDetail(ErrorDetail errorDetail)
The details about the error.
errorDetail - The details about the error.default TableError.Builder errorDetail(Consumer<ErrorDetail.Builder> errorDetail)
The details about the error.
This is a convenience method that creates an instance of theErrorDetail.Builder avoiding the need to
create one manually via ErrorDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to errorDetail(ErrorDetail).
errorDetail - a consumer that will call methods on ErrorDetail.BuildererrorDetail(ErrorDetail)Copyright © 2023. All rights reserved.