Interface CreatePartitionIndexRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreatePartitionIndexRequest.Builder,,- CreatePartitionIndexRequest> - GlueRequest.Builder,- SdkBuilder<CreatePartitionIndexRequest.Builder,,- CreatePartitionIndexRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreatePartitionIndexRequest
@Mutable
@NotThreadSafe
public static interface CreatePartitionIndexRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreatePartitionIndexRequest.Builder,CreatePartitionIndexRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionThe catalog ID where the table resides.databaseName(String databaseName) Specifies the name of a database in which you want to create a partition index.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex) Specifies aPartitionIndexstructure to create a partition index in an existing table.partitionIndex(PartitionIndex partitionIndex) Specifies aPartitionIndexstructure to create a partition index in an existing table.Specifies the name of a table in which you want to create a partition index.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
catalogIdThe 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.
 
- 
databaseNameSpecifies the name of a database in which you want to create a partition index. - Parameters:
- databaseName- Specifies the name of a database in which you want to create a partition index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tableNameSpecifies the name of a table in which you want to create a partition index. - Parameters:
- tableName- Specifies the name of a table in which you want to create a partition index.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
partitionIndexSpecifies a PartitionIndexstructure to create a partition index in an existing table.- Parameters:
- partitionIndex- Specifies a- PartitionIndexstructure to create a partition index in an existing table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
partitionIndexdefault CreatePartitionIndexRequest.Builder partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex) Specifies a This is a convenience method that creates an instance of thePartitionIndexstructure to create a partition index in an existing table.PartitionIndex.Builderavoiding the need to create one manually viaPartitionIndex.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topartitionIndex(PartitionIndex).- Parameters:
- partitionIndex- a consumer that will call methods on- PartitionIndex.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreatePartitionIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreatePartitionIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-