public static interface MixedMeasureMapping.Builder extends SdkPojo, CopyableBuilder<MixedMeasureMapping.Builder,MixedMeasureMapping>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMixedMeasureMapping.Builder measureName(String measureName)
measureName - MixedMeasureMapping.Builder sourceColumn(String sourceColumn)
sourceColumn - MixedMeasureMapping.Builder targetMeasureName(String targetMeasureName)
targetMeasureName - MixedMeasureMapping.Builder measureValueType(String measureValueType)
measureValueType - MeasureValueType,
MeasureValueTypeMixedMeasureMapping.Builder measureValueType(MeasureValueType measureValueType)
measureValueType - MeasureValueType,
MeasureValueTypeMixedMeasureMapping.Builder multiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
multiMeasureAttributeMappings - MixedMeasureMapping.Builder multiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
multiMeasureAttributeMappings - MixedMeasureMapping.Builder multiMeasureAttributeMappings(Consumer<MultiMeasureAttributeMapping.Builder>... multiMeasureAttributeMappings)
MultiMeasureAttributeMapping.Builder avoiding
the need to create one manually via
MultiMeasureAttributeMapping.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #multiMeasureAttributeMappings(List.
multiMeasureAttributeMappings - a consumer that will call methods on
MultiMeasureAttributeMapping.Builder#multiMeasureAttributeMappings(java.util.Collection) Copyright © 2023. All rights reserved.