Interface GetPartitionIndexesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPartitionIndexesRequest.Builder,GetPartitionIndexesRequest>,GlueRequest.Builder,SdkBuilder<GetPartitionIndexesRequest.Builder,GetPartitionIndexesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPartitionIndexesRequest
public static interface GetPartitionIndexesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetPartitionIndexesRequest.Builder,GetPartitionIndexesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPartitionIndexesRequest.BuildercatalogId(String catalogId)The catalog ID where the table resides.GetPartitionIndexesRequest.BuilderdatabaseName(String databaseName)Specifies the name of a database from which you want to retrieve partition indexes.GetPartitionIndexesRequest.BuildernextToken(String nextToken)A continuation token, included if this is a continuation call.GetPartitionIndexesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPartitionIndexesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPartitionIndexesRequest.BuildertableName(String tableName)Specifies the name of a table for which you want to retrieve the partition indexes.-
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 Detail
-
catalogId
GetPartitionIndexesRequest.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
GetPartitionIndexesRequest.Builder databaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
- Parameters:
databaseName- Specifies the name of a database from which you want to retrieve partition indexes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
GetPartitionIndexesRequest.Builder tableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
- Parameters:
tableName- Specifies the name of a table for which you want to retrieve the partition indexes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetPartitionIndexesRequest.Builder nextToken(String nextToken)
A continuation token, included if this is a continuation call.
- Parameters:
nextToken- A continuation token, included if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPartitionIndexesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPartitionIndexesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-