public static interface CategoricalDimensionField.Builder extends SdkPojo, CopyableBuilder<CategoricalDimensionField.Builder,CategoricalDimensionField>
| Modifier and Type | Method and Description |
|---|---|
CategoricalDimensionField.Builder |
column(ColumnIdentifier column)
The column that is used in the
CategoricalDimensionField. |
default CategoricalDimensionField.Builder |
column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the
CategoricalDimensionField. |
CategoricalDimensionField.Builder |
fieldId(String fieldId)
The custom field ID.
|
default CategoricalDimensionField.Builder |
formatConfiguration(Consumer<StringFormatConfiguration.Builder> formatConfiguration)
The format configuration of the field.
|
CategoricalDimensionField.Builder |
formatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
|
CategoricalDimensionField.Builder |
hierarchyId(String hierarchyId)
The custom hierarchy ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoricalDimensionField.Builder fieldId(String fieldId)
The custom field ID.
fieldId - The custom field ID.CategoricalDimensionField.Builder column(ColumnIdentifier column)
The column that is used in the CategoricalDimensionField.
column - The column that is used in the CategoricalDimensionField.default CategoricalDimensionField.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the CategoricalDimensionField.
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)CategoricalDimensionField.Builder hierarchyId(String hierarchyId)
The custom hierarchy ID.
hierarchyId - The custom hierarchy ID.CategoricalDimensionField.Builder formatConfiguration(StringFormatConfiguration formatConfiguration)
The format configuration of the field.
formatConfiguration - The format configuration of the field.default CategoricalDimensionField.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.