public static interface GetPartitionIndexesRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetPartitionIndexesRequest.Builder,GetPartitionIndexesRequest>
Modifier and Type | Method and Description |
---|---|
GetPartitionIndexesRequest.Builder |
catalogId(String catalogId)
The catalog ID where the table resides.
|
GetPartitionIndexesRequest.Builder |
databaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
|
GetPartitionIndexesRequest.Builder |
nextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
GetPartitionIndexesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPartitionIndexesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPartitionIndexesRequest.Builder |
tableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetPartitionIndexesRequest.Builder catalogId(String catalogId)
The catalog ID where the table resides.
catalogId
- The catalog ID where the table resides.GetPartitionIndexesRequest.Builder databaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
databaseName
- Specifies the name of a database from which you want to retrieve partition indexes.GetPartitionIndexesRequest.Builder tableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
tableName
- Specifies the name of a table for which you want to retrieve the partition indexes.GetPartitionIndexesRequest.Builder nextToken(String nextToken)
A continuation token, included if this is a continuation call.
nextToken
- A continuation token, included if this is a continuation call.GetPartitionIndexesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetPartitionIndexesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.