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(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(PartitionValueList... unprocessedKeys)
A list of the partition values in the request for which partions were not returned.
|
build
copy
apply, build
BatchGetPartitionResponse.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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.