public static interface BatchDeleteTableRequest.Builder extends GlueRequest.Builder, CopyableBuilder<BatchDeleteTableRequest.Builder,BatchDeleteTableRequest>
Modifier and Type | Method and Description |
---|---|
BatchDeleteTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
BatchDeleteTableRequest.Builder |
databaseName(String databaseName)
The name of the catalog database where the tables to delete reside.
|
BatchDeleteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
BatchDeleteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchDeleteTableRequest.Builder |
tablesToDelete(Collection<String> tablesToDelete)
A list of the table to delete.
|
BatchDeleteTableRequest.Builder |
tablesToDelete(String... tablesToDelete)
A list of the table to delete.
|
build
overrideConfiguration
copy
applyMutation, build
BatchDeleteTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the table resides. If none is supplied, the AWS account ID is used by
default.BatchDeleteTableRequest.Builder databaseName(String databaseName)
The name of the catalog database where the tables to delete reside.
databaseName
- The name of the catalog database where the tables to delete reside.BatchDeleteTableRequest.Builder tablesToDelete(Collection<String> tablesToDelete)
A list of the table to delete.
tablesToDelete
- A list of the table to delete.BatchDeleteTableRequest.Builder tablesToDelete(String... tablesToDelete)
A list of the table to delete.
tablesToDelete
- A list of the table to delete.BatchDeleteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchDeleteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.