public static interface BatchGetPartitionResponse.Builder extends GlueResponse.Builder, 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 partions were not returned.
|
BatchGetPartitionResponse.Builder |
unprocessedKeys(Consumer<PartitionValueList.Builder>... unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
|
BatchGetPartitionResponse.Builder |
unprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 #partitions(List) .partitions - a consumer that will call methods on List.Builder #partitions(List) BatchGetPartitionResponse.Builder unprocessedKeys(Collection<PartitionValueList> unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
unprocessedKeys - A list of the partition values in the request for which partions were not returned.BatchGetPartitionResponse.Builder unprocessedKeys(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
unprocessedKeys - A list of the partition values in the request for which partions were not returned.BatchGetPartitionResponse.Builder unprocessedKeys(Consumer<PartitionValueList.Builder>... unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
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 #unprocessedKeys(List) .unprocessedKeys - a consumer that will call methods on List.Builder #unprocessedKeys(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.