public static interface PartitionObjects.Builder extends SdkPojo, CopyableBuilder<PartitionObjects.Builder,PartitionObjects>
| Modifier and Type | Method and Description |
|---|---|
PartitionObjects.Builder |
objects(Collection<TableObject> objects)
A list of table objects
|
PartitionObjects.Builder |
objects(Consumer<TableObject.Builder>... objects)
A list of table objects
|
PartitionObjects.Builder |
objects(TableObject... objects)
A list of table objects
|
PartitionObjects.Builder |
partitionValues(Collection<String> partitionValues)
A list of partition values.
|
PartitionObjects.Builder |
partitionValues(String... partitionValues)
A list of partition values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPartitionObjects.Builder partitionValues(Collection<String> partitionValues)
A list of partition values.
partitionValues - A list of partition values.PartitionObjects.Builder partitionValues(String... partitionValues)
A list of partition values.
partitionValues - A list of partition values.PartitionObjects.Builder objects(Collection<TableObject> objects)
A list of table objects
objects - A list of table objectsPartitionObjects.Builder objects(TableObject... objects)
A list of table objects
objects - A list of table objectsPartitionObjects.Builder objects(Consumer<TableObject.Builder>... objects)
A list of table objects
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 #objects(List) .objects - a consumer that will call methods on List.Builder #objects(List) Copyright © 2022. All rights reserved.