public static interface MetricComparisonComputation.Builder extends SdkPojo, CopyableBuilder<MetricComparisonComputation.Builder,MetricComparisonComputation>
| Modifier and Type | Method and Description |
|---|---|
MetricComparisonComputation.Builder |
computationId(String computationId)
The ID for a computation.
|
default MetricComparisonComputation.Builder |
fromValue(Consumer<MeasureField.Builder> fromValue)
The field that is used in a metric comparison from value setup.
|
MetricComparisonComputation.Builder |
fromValue(MeasureField fromValue)
The field that is used in a metric comparison from value setup.
|
MetricComparisonComputation.Builder |
name(String name)
The name of a computation.
|
default MetricComparisonComputation.Builder |
targetValue(Consumer<MeasureField.Builder> targetValue)
The field that is used in a metric comparison to value setup.
|
MetricComparisonComputation.Builder |
targetValue(MeasureField targetValue)
The field that is used in a metric comparison to value setup.
|
default MetricComparisonComputation.Builder |
time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
|
MetricComparisonComputation.Builder |
time(DimensionField time)
The time field that is used in a computation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricComparisonComputation.Builder computationId(String computationId)
The ID for a computation.
computationId - The ID for a computation.MetricComparisonComputation.Builder name(String name)
The name of a computation.
name - The name of a computation.MetricComparisonComputation.Builder time(DimensionField time)
The time field that is used in a computation.
time - The time field that is used in a computation.default MetricComparisonComputation.Builder time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need
to create one manually via DimensionField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to time(DimensionField).
time - a consumer that will call methods on DimensionField.Buildertime(DimensionField)MetricComparisonComputation.Builder fromValue(MeasureField fromValue)
The field that is used in a metric comparison from value setup.
fromValue - The field that is used in a metric comparison from value setup.default MetricComparisonComputation.Builder fromValue(Consumer<MeasureField.Builder> fromValue)
The field that is used in a metric comparison from value setup.
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 fromValue(MeasureField).
fromValue - a consumer that will call methods on MeasureField.BuilderfromValue(MeasureField)MetricComparisonComputation.Builder targetValue(MeasureField targetValue)
The field that is used in a metric comparison to value setup.
targetValue - The field that is used in a metric comparison to value setup.default MetricComparisonComputation.Builder targetValue(Consumer<MeasureField.Builder> targetValue)
The field that is used in a metric comparison to value setup.
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 targetValue(MeasureField).
targetValue - a consumer that will call methods on MeasureField.BuildertargetValue(MeasureField)Copyright © 2023. All rights reserved.