| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CreatePartitionIndexResponse |
GlueClient.createPartitionIndex(Consumer<CreatePartitionIndexRequest.Builder> createPartitionIndexRequest)
Creates a specified partition index in an existing table.
|
default CompletableFuture<CreatePartitionIndexResponse> |
GlueAsyncClient.createPartitionIndex(Consumer<CreatePartitionIndexRequest.Builder> createPartitionIndexRequest)
Creates a specified partition index in an existing table.
|
| Modifier and Type | Method and Description |
|---|---|
static CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.builder() |
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.catalogId(String catalogId)
The catalog ID where the table resides.
|
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.databaseName(String databaseName)
Specifies the name of a database in which you want to create a partition index.
|
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.partitionIndex(PartitionIndex partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.tableName(String tableName)
Specifies the name of a table in which you want to create a partition index.
|
CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreatePartitionIndexRequest.Builder> |
CreatePartitionIndexRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.