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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePartitionIndexRequest.BuildercatalogId(String catalogId)The catalog ID where the table resides.DeletePartitionIndexRequest.BuilderdatabaseName(String databaseName)Specifies the name of a database from which you want to delete a partition index.DeletePartitionIndexRequest.BuilderindexName(String indexName)The name of the partition index to be deleted.DeletePartitionIndexRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePartitionIndexRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePartitionIndexRequest.BuildertableName(String tableName)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalogId
DeletePartitionIndexRequest.Builder catalogId(String 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
DeletePartitionIndexRequest.Builder databaseName(String 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
DeletePartitionIndexRequest.Builder tableName(String 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
DeletePartitionIndexRequest.Builder indexName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePartitionIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-