public static interface BatchDeleteTableResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteTableResponse.Builder,BatchDeleteTableResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteTableResponse.Builder |
errors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
|
BatchDeleteTableResponse.Builder |
errors(Consumer<TableError.Builder>... errors)
A list of errors encountered in attempting to delete the specified tables.
|
BatchDeleteTableResponse.Builder |
errors(TableError... errors)
A list of errors encountered in attempting to delete the specified tables.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteTableResponse.Builder errors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
errors - A list of errors encountered in attempting to delete the specified tables.BatchDeleteTableResponse.Builder errors(TableError... errors)
A list of errors encountered in attempting to delete the specified tables.
errors - A list of errors encountered in attempting to delete the specified tables.BatchDeleteTableResponse.Builder errors(Consumer<TableError.Builder>... errors)
A list of errors encountered in attempting to delete the specified tables.
This is a convenience method that creates an instance of theTableError.Builder avoiding the need to create one
manually via TableError.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #errors(List.
errors - a consumer that will call methods on
TableError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.