public static interface TotalAggregationComputation.Builder extends SdkPojo, CopyableBuilder<TotalAggregationComputation.Builder,TotalAggregationComputation>
| Modifier and Type | Method and Description |
|---|---|
TotalAggregationComputation.Builder |
computationId(String computationId)
The ID for a computation.
|
TotalAggregationComputation.Builder |
name(String name)
The name of a computation.
|
default TotalAggregationComputation.Builder |
value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
|
TotalAggregationComputation.Builder |
value(MeasureField value)
The value field that is used in a computation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTotalAggregationComputation.Builder computationId(String computationId)
The ID for a computation.
computationId - The ID for a computation.TotalAggregationComputation.Builder name(String name)
The name of a computation.
name - The name of a computation.TotalAggregationComputation.Builder value(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.default TotalAggregationComputation.Builder value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
This is a convenience method that creates an instance of theMeasureField.Builder avoiding the need
to create one manually via MeasureField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to value(MeasureField).
value - a consumer that will call methods on MeasureField.Buildervalue(MeasureField)Copyright © 2023. All rights reserved.