public static interface BatchGetPartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetPartitionRequest.Builder,BatchGetPartitionRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetPartitionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
BatchGetPartitionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
BatchGetPartitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetPartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchGetPartitionRequest.Builder |
partitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest.Builder |
partitionsToGet(Consumer<PartitionValueList.Builder>... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest.Builder |
partitionsToGet(PartitionValueList... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest.Builder |
tableName(String tableName)
The name of the partitions' table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetPartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon
Web Services account ID is used by default.BatchGetPartitionRequest.Builder databaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName - The name of the catalog database where the partitions reside.BatchGetPartitionRequest.Builder tableName(String tableName)
The name of the partitions' table.
tableName - The name of the partitions' table.BatchGetPartitionRequest.Builder partitionsToGet(Collection<PartitionValueList> partitionsToGet)
A list of partition values identifying the partitions to retrieve.
partitionsToGet - A list of partition values identifying the partitions to retrieve.BatchGetPartitionRequest.Builder partitionsToGet(PartitionValueList... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
partitionsToGet - A list of partition values identifying the partitions to retrieve.BatchGetPartitionRequest.Builder partitionsToGet(Consumer<PartitionValueList.Builder>... partitionsToGet)
A list of partition values identifying the partitions to retrieve.
This is a convenience method that creates an instance of thePartitionValueList.Builder avoiding the need to create one
manually via PartitionValueList.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #partitionsToGet(List.
partitionsToGet - a consumer that will call methods on
PartitionValueList.Builder#partitionsToGet(java.util.Collection) BatchGetPartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetPartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.