public static interface CreatePartitionIndexRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreatePartitionIndexRequest.Builder,CreatePartitionIndexRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePartitionIndexRequest.Builder |
catalogId(String catalogId)
The catalog ID where the table resides.
|
CreatePartitionIndexRequest.Builder |
databaseName(String databaseName)
Specifies the name of a database in which you want to create a partition index.
|
CreatePartitionIndexRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePartitionIndexRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreatePartitionIndexRequest.Builder |
partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreatePartitionIndexRequest.Builder |
partitionIndex(PartitionIndex partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreatePartitionIndexRequest.Builder |
tableName(String tableName)
Specifies the name of a table in which you want to create a partition index.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePartitionIndexRequest.Builder catalogId(String catalogId)
The catalog ID where the table resides.
catalogId - The catalog ID where the table resides.CreatePartitionIndexRequest.Builder databaseName(String databaseName)
Specifies the name of a database in which you want to create a partition index.
databaseName - Specifies the name of a database in which you want to create a partition index.CreatePartitionIndexRequest.Builder tableName(String tableName)
Specifies the name of a table in which you want to create a partition index.
tableName - Specifies the name of a table in which you want to create a partition index.CreatePartitionIndexRequest.Builder partitionIndex(PartitionIndex partitionIndex)
Specifies a PartitionIndex structure to create a partition index in an existing table.
partitionIndex - Specifies a PartitionIndex structure to create a partition index in an existing table.default CreatePartitionIndexRequest.Builder partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex)
Specifies a PartitionIndex structure to create a partition index in an existing table.
PartitionIndex.Builder avoiding the need
to create one manually via PartitionIndex.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to partitionIndex(PartitionIndex).
partitionIndex - a consumer that will call methods on PartitionIndex.BuilderpartitionIndex(PartitionIndex)CreatePartitionIndexRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePartitionIndexRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.