public static interface BatchDeleteTableRequest.Builder extends GlueRequest.Builder, SdkPojo, 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 in which the tables to delete reside.
|
BatchDeleteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by
default.BatchDeleteTableRequest.Builder databaseName(String databaseName)
The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.
databaseName - The name of the catalog database in which the tables to delete reside. For Hive compatibility, this
name is entirely lowercase.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)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.