public static interface NumericalMeasureField.Builder extends SdkPojo, CopyableBuilder<NumericalMeasureField.Builder,NumericalMeasureField>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNumericalMeasureField.Builder fieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.NumericalMeasureField.Builder column(ColumnIdentifier column)
The column that is used in the NumericalMeasureField.
column - The column that is used in the NumericalMeasureField.default NumericalMeasureField.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the NumericalMeasureField.
ColumnIdentifier.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)NumericalMeasureField.Builder aggregationFunction(NumericalAggregationFunction aggregationFunction)
The aggregation function of the measure field.
aggregationFunction - The aggregation function of the measure field.default NumericalMeasureField.Builder aggregationFunction(Consumer<NumericalAggregationFunction.Builder> aggregationFunction)
The aggregation function of the measure field.
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 aggregationFunction(NumericalAggregationFunction).
aggregationFunction - a consumer that will call methods on NumericalAggregationFunction.BuilderaggregationFunction(NumericalAggregationFunction)NumericalMeasureField.Builder formatConfiguration(NumberFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.default NumericalMeasureField.Builder formatConfiguration(Consumer<NumberFormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
This is a convenience method that creates an instance of theNumberFormatConfiguration.Builder
avoiding the need to create one manually via NumberFormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to formatConfiguration(NumberFormatConfiguration).
formatConfiguration - a consumer that will call methods on NumberFormatConfiguration.BuilderformatConfiguration(NumberFormatConfiguration)Copyright © 2023. All rights reserved.