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 method that creates an instance of theTableObject.Builder avoiding the need to create
one manually via TableObject.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #objects(List.
objects - a consumer that will call methods on
TableObject.Builder#objects(java.util.Collection) Copyright © 2023. All rights reserved.