public static interface DeletePartitionIndexRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeletePartitionIndexRequest.Builder,DeletePartitionIndexRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePartitionIndexRequest.Builder |
catalogId(String catalogId)
The catalog ID where the table resides.
|
DeletePartitionIndexRequest.Builder |
databaseName(String databaseName)
Specifies the name of a database from which you want to delete a partition index.
|
DeletePartitionIndexRequest.Builder |
indexName(String indexName)
The name of the partition index to be deleted.
|
DeletePartitionIndexRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePartitionIndexRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePartitionIndexRequest.Builder |
tableName(String tableName)
Specifies the name of a table from which you want to delete a partition index.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePartitionIndexRequest.Builder catalogId(String catalogId)
The catalog ID where the table resides.
catalogId - The catalog ID where the table resides.DeletePartitionIndexRequest.Builder databaseName(String databaseName)
Specifies the name of a database from which you want to delete a partition index.
databaseName - Specifies the name of a database from which you want to delete a partition index.DeletePartitionIndexRequest.Builder tableName(String tableName)
Specifies the name of a table from which you want to delete a partition index.
tableName - Specifies the name of a table from which you want to delete a partition index.DeletePartitionIndexRequest.Builder indexName(String indexName)
The name of the partition index to be deleted.
indexName - The name of the partition index to be deleted.DeletePartitionIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePartitionIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.