public static interface MultiMeasureAttributeMapping.Builder extends SdkPojo, CopyableBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>
| Modifier and Type | Method and Description |
|---|---|
MultiMeasureAttributeMapping.Builder |
measureValueType(ScalarMeasureValueType measureValueType)
Type of the attribute to be read from the source column.
|
MultiMeasureAttributeMapping.Builder |
measureValueType(String measureValueType)
Type of the attribute to be read from the source column.
|
MultiMeasureAttributeMapping.Builder |
sourceColumn(String sourceColumn)
Source column from where the attribute value is to be read.
|
MultiMeasureAttributeMapping.Builder |
targetMultiMeasureAttributeName(String targetMultiMeasureAttributeName)
Custom name to be used for attribute name in derived table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMultiMeasureAttributeMapping.Builder sourceColumn(String sourceColumn)
Source column from where the attribute value is to be read.
sourceColumn - Source column from where the attribute value is to be read.MultiMeasureAttributeMapping.Builder targetMultiMeasureAttributeName(String targetMultiMeasureAttributeName)
Custom name to be used for attribute name in derived table. If not provided, source column name would be used.
targetMultiMeasureAttributeName - Custom name to be used for attribute name in derived table. If not provided, source column name would
be used.MultiMeasureAttributeMapping.Builder measureValueType(String measureValueType)
Type of the attribute to be read from the source column.
measureValueType - Type of the attribute to be read from the source column.ScalarMeasureValueType,
ScalarMeasureValueTypeMultiMeasureAttributeMapping.Builder measureValueType(ScalarMeasureValueType measureValueType)
Type of the attribute to be read from the source column.
measureValueType - Type of the attribute to be read from the source column.ScalarMeasureValueType,
ScalarMeasureValueTypeCopyright © 2023. All rights reserved.