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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchGetPartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS
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 that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #partitionsToGet(List)
.partitionsToGet
- a consumer that will call methods on List.Builder
#partitionsToGet(List)
BatchGetPartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
BatchGetPartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.