public static interface BatchGetPartitionResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchGetPartitionResponse.Builder,BatchGetPartitionResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetPartitionResponse.Builder |
partitions(Collection<Partition> partitions)
A list of the requested partitions.
|
BatchGetPartitionResponse.Builder |
partitions(Consumer<Partition.Builder>... partitions)
A list of the requested partitions.
|
BatchGetPartitionResponse.Builder |
partitions(Partition... partitions)
A list of the requested partitions.
|
BatchGetPartitionResponse.Builder |
unprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
BatchGetPartitionResponse.Builder |
unprocessedKeys(Consumer<PartitionValueList.Builder>... unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
BatchGetPartitionResponse.Builder |
unprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetPartitionResponse.Builder partitions(Collection<Partition> partitions)
A list of the requested partitions.
partitions - A list of the requested partitions.BatchGetPartitionResponse.Builder partitions(Partition... partitions)
A list of the requested partitions.
partitions - A list of the requested partitions.BatchGetPartitionResponse.Builder partitions(Consumer<Partition.Builder>... partitions)
A list of the requested partitions.
This is a convenience method that creates an instance of thePartition.Builder avoiding the need to create one manually
via Partition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #partitions(List.
partitions - a consumer that will call methods on
Partition.Builder#partitions(java.util.Collection) BatchGetPartitionResponse.Builder unprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
unprocessedKeys - A list of the partition values in the request for which partitions were not returned.BatchGetPartitionResponse.Builder unprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
unprocessedKeys - A list of the partition values in the request for which partitions were not returned.BatchGetPartitionResponse.Builder unprocessedKeys(Consumer<PartitionValueList.Builder>... unprocessedKeys)
A list of the partition values in the request for which partitions were not returned.
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 #unprocessedKeys(List.
unprocessedKeys - a consumer that will call methods on
PartitionValueList.Builder#unprocessedKeys(java.util.Collection) Copyright © 2023. All rights reserved.