public static interface BatchUpdatePartitionRequestEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdatePartitionRequestEntry.Builder,BatchUpdatePartitionRequestEntry>
| Modifier and Type | Method and Description |
|---|---|
default BatchUpdatePartitionRequestEntry.Builder |
partitionInput(Consumer<PartitionInput.Builder> partitionInput)
The structure used to update a partition.
|
BatchUpdatePartitionRequestEntry.Builder |
partitionInput(PartitionInput partitionInput)
The structure used to update a partition.
|
BatchUpdatePartitionRequestEntry.Builder |
partitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
|
BatchUpdatePartitionRequestEntry.Builder |
partitionValueList(String... partitionValueList)
A list of values defining the partitions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdatePartitionRequestEntry.Builder partitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
partitionValueList - A list of values defining the partitions.BatchUpdatePartitionRequestEntry.Builder partitionValueList(String... partitionValueList)
A list of values defining the partitions.
partitionValueList - A list of values defining the partitions.BatchUpdatePartitionRequestEntry.Builder partitionInput(PartitionInput partitionInput)
The structure used to update a partition.
partitionInput - The structure used to update a partition.default BatchUpdatePartitionRequestEntry.Builder partitionInput(Consumer<PartitionInput.Builder> partitionInput)
The structure used to update a partition.
This is a convenience method that creates an instance of thePartitionInput.Builder avoiding the need
to create one manually via PartitionInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to partitionInput(PartitionInput).
partitionInput - a consumer that will call methods on PartitionInput.BuilderpartitionInput(PartitionInput)Copyright © 2023. All rights reserved.