public static interface AggregatedValue.Builder extends SdkPojo, CopyableBuilder<AggregatedValue.Builder,AggregatedValue>
| Modifier and Type | Method and Description |
|---|---|
AggregatedValue.Builder |
quality(Quality quality)
The quality of the aggregated data.
|
AggregatedValue.Builder |
quality(String quality)
The quality of the aggregated data.
|
AggregatedValue.Builder |
timestamp(Instant timestamp)
The date the aggregating computations occurred, in Unix epoch time.
|
AggregatedValue.Builder |
value(Aggregates value)
The value of the aggregates.
|
default AggregatedValue.Builder |
value(Consumer<Aggregates.Builder> value)
The value of the aggregates.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregatedValue.Builder timestamp(Instant timestamp)
The date the aggregating computations occurred, in Unix epoch time.
timestamp - The date the aggregating computations occurred, in Unix epoch time.AggregatedValue.Builder quality(String quality)
The quality of the aggregated data.
AggregatedValue.Builder quality(Quality quality)
The quality of the aggregated data.
AggregatedValue.Builder value(Aggregates value)
The value of the aggregates.
value - The value of the aggregates.default AggregatedValue.Builder value(Consumer<Aggregates.Builder> value)
The value of the aggregates.
This is a convenience method that creates an instance of theAggregates.Builder avoiding the need to
create one manually via Aggregates.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to value(Aggregates).
value - a consumer that will call methods on Aggregates.Buildervalue(Aggregates)Copyright © 2022. All rights reserved.