public static interface BatchCreatePartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchCreatePartitionRequest.Builder,BatchCreatePartitionRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchCreatePartitionRequest.Builder |
catalogId(String catalogId)
The ID of the catalog in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
databaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCreatePartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchCreatePartitionRequest.Builder |
partitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest.Builder |
partitionInputList(Consumer<PartitionInput.Builder>... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest.Builder |
partitionInputList(PartitionInput... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest.Builder |
tableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreatePartitionRequest.Builder catalogId(String catalogId)
The ID of the catalog in which the partition is to be created. Currently, this should be the Amazon Web Services account ID.
catalogId - The ID of the catalog in which the partition is to be created. Currently, this should be the Amazon
Web Services account ID.BatchCreatePartitionRequest.Builder databaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
databaseName - The name of the metadata database in which the partition is to be created.BatchCreatePartitionRequest.Builder tableName(String tableName)
The name of the metadata table in which the partition is to be created.
tableName - The name of the metadata table in which the partition is to be created.BatchCreatePartitionRequest.Builder partitionInputList(Collection<PartitionInput> partitionInputList)
A list of PartitionInput structures that define the partitions to be created.
partitionInputList - A list of PartitionInput structures that define the partitions to be created.BatchCreatePartitionRequest.Builder partitionInputList(PartitionInput... partitionInputList)
A list of PartitionInput structures that define the partitions to be created.
partitionInputList - A list of PartitionInput structures that define the partitions to be created.BatchCreatePartitionRequest.Builder partitionInputList(Consumer<PartitionInput.Builder>... partitionInputList)
A list of PartitionInput structures that define the partitions to be created.
PartitionInput.Builder avoiding the need to create one
manually via PartitionInput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #partitionInputList(List.
partitionInputList - a consumer that will call methods on
PartitionInput.Builder#partitionInputList(java.util.Collection) BatchCreatePartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreatePartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.