public static interface GrowthRateComputation.Builder extends SdkPojo, CopyableBuilder<GrowthRateComputation.Builder,GrowthRateComputation>
| Modifier and Type | Method and Description |
|---|---|
GrowthRateComputation.Builder |
computationId(String computationId)
The ID for a computation.
|
GrowthRateComputation.Builder |
name(String name)
The name of a computation.
|
GrowthRateComputation.Builder |
periodSize(Integer periodSize)
The period size setup of a growth rate computation.
|
default GrowthRateComputation.Builder |
time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
|
GrowthRateComputation.Builder |
time(DimensionField time)
The time field that is used in a computation.
|
default GrowthRateComputation.Builder |
value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
|
GrowthRateComputation.Builder |
value(MeasureField value)
The value field that is used in a computation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGrowthRateComputation.Builder computationId(String computationId)
The ID for a computation.
computationId - The ID for a computation.GrowthRateComputation.Builder name(String name)
The name of a computation.
name - The name of a computation.GrowthRateComputation.Builder time(DimensionField time)
The time field that is used in a computation.
time - The time field that is used in a computation.default GrowthRateComputation.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)GrowthRateComputation.Builder value(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.default GrowthRateComputation.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)GrowthRateComputation.Builder periodSize(Integer periodSize)
The period size setup of a growth rate computation.
periodSize - The period size setup of a growth rate computation.Copyright © 2023. All rights reserved.