Interface DeletePartitionIndexRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeletePartitionIndexRequest.Builder,
,DeletePartitionIndexRequest> GlueRequest.Builder
,SdkBuilder<DeletePartitionIndexRequest.Builder,
,DeletePartitionIndexRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeletePartitionIndexRequest
public static interface DeletePartitionIndexRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeletePartitionIndexRequest.Builder,DeletePartitionIndexRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe catalog ID where the table resides.databaseName
(String databaseName) Specifies the name of a database from which you want to delete a partition index.The name of the partition index to be deleted.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the name of a table from which you want to delete a partition index.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
catalogId
The catalog ID where the table resides.
- Parameters:
catalogId
- The catalog ID where the table resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseName
Specifies the name of a database from which you want to delete a partition index.
- Parameters:
databaseName
- Specifies the name of a database from which you want to delete a partition index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
Specifies the name of a table from which you want to delete a partition index.
- Parameters:
tableName
- Specifies the name of a table from which you want to delete a partition index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexName
The name of the partition index to be deleted.
- Parameters:
indexName
- The name of the partition index to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePartitionIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeletePartitionIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-