public static interface Row.Builder extends SdkPojo, CopyableBuilder<Row.Builder,Row>
| Modifier and Type | Method and Description |
|---|---|
Row.Builder |
data(Collection<Datum> data)
List of data points in a single row of the result set.
|
Row.Builder |
data(Consumer<Datum.Builder>... data)
List of data points in a single row of the result set.
|
Row.Builder |
data(Datum... data)
List of data points in a single row of the result set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRow.Builder data(Collection<Datum> data)
List of data points in a single row of the result set.
data - List of data points in a single row of the result set.Row.Builder data(Datum... data)
List of data points in a single row of the result set.
data - List of data points in a single row of the result set.Row.Builder data(Consumer<Datum.Builder>... data)
List of data points in a single row of the result set.
This is a convenience method that creates an instance of theDatum.Builder avoiding the need to create one
manually via Datum.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #data(List.
data - a consumer that will call methods on
Datum.Builder#data(java.util.Collection) Copyright © 2023. All rights reserved.