public static interface ReferenceLineDynamicDataConfiguration.Builder extends SdkPojo, CopyableBuilder<ReferenceLineDynamicDataConfiguration.Builder,ReferenceLineDynamicDataConfiguration>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceLineDynamicDataConfiguration.Builder column(ColumnIdentifier column)
The column that the dynamic data targets.
column - The column that the dynamic data targets.default ReferenceLineDynamicDataConfiguration.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that the dynamic data targets.
This is a convenience method that creates an instance of theColumnIdentifier.Builder avoiding the
need to create one manually via ColumnIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to column(ColumnIdentifier).
column - a consumer that will call methods on ColumnIdentifier.Buildercolumn(ColumnIdentifier)ReferenceLineDynamicDataConfiguration.Builder measureAggregationFunction(AggregationFunction measureAggregationFunction)
The aggregation function that is used in the dynamic data.
measureAggregationFunction - The aggregation function that is used in the dynamic data.default ReferenceLineDynamicDataConfiguration.Builder measureAggregationFunction(Consumer<AggregationFunction.Builder> measureAggregationFunction)
The aggregation function that is used in the dynamic data.
This is a convenience method that creates an instance of theAggregationFunction.Builder avoiding the
need to create one manually via AggregationFunction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to measureAggregationFunction(AggregationFunction).
measureAggregationFunction - a consumer that will call methods on AggregationFunction.BuildermeasureAggregationFunction(AggregationFunction)ReferenceLineDynamicDataConfiguration.Builder calculation(NumericalAggregationFunction calculation)
The calculation that is used in the dynamic data.
calculation - The calculation that is used in the dynamic data.default ReferenceLineDynamicDataConfiguration.Builder calculation(Consumer<NumericalAggregationFunction.Builder> calculation)
The calculation that is used in the dynamic data.
This is a convenience method that creates an instance of theNumericalAggregationFunction.Builder
avoiding the need to create one manually via NumericalAggregationFunction.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to calculation(NumericalAggregationFunction).
calculation - a consumer that will call methods on NumericalAggregationFunction.Buildercalculation(NumericalAggregationFunction)Copyright © 2023. All rights reserved.