public static interface BatchDeleteTableResponse.Builder extends GlueResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
BatchDeleteTableResponse.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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #errors(List)
.errors
- a consumer that will call methods on List.Builder
#errors(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.