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