| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchCreatePartitionResponse> |
GlueAsyncClient.batchCreatePartition(Consumer<BatchCreatePartitionRequest.Builder> batchCreatePartitionRequest)
Creates one or more partitions in a batch operation.
|
default BatchCreatePartitionResponse |
GlueClient.batchCreatePartition(Consumer<BatchCreatePartitionRequest.Builder> batchCreatePartitionRequest)
Creates one or more partitions in a batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.builder() |
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.catalogId(String catalogId)
The ID of the catalog in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.databaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(Consumer<PartitionInput.Builder>... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(PartitionInput... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.tableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreatePartitionRequest.Builder> |
BatchCreatePartitionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.