public static interface DeleteTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeleteTableRequest.Builder,DeleteTableRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
DeleteTableRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which the table resides.
|
DeleteTableRequest.Builder |
name(String name)
The name of the table to be deleted.
|
DeleteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTableRequest.Builder |
transactionId(String transactionId)
The transaction ID at which to delete the table contents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services
account ID is used by default.DeleteTableRequest.Builder databaseName(String databaseName)
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName - The name of the catalog database in which the table resides. For Hive compatibility, this name is
entirely lowercase.DeleteTableRequest.Builder name(String name)
The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.
name - The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase.DeleteTableRequest.Builder transactionId(String transactionId)
The transaction ID at which to delete the table contents.
transactionId - The transaction ID at which to delete the table contents.DeleteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.