Interface MultiMeasureAttributeMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MultiMeasureAttributeMapping.Builder,
,MultiMeasureAttributeMapping> SdkBuilder<MultiMeasureAttributeMapping.Builder,
,MultiMeasureAttributeMapping> SdkPojo
- Enclosing class:
MultiMeasureAttributeMapping
@Mutable
@NotThreadSafe
public static interface MultiMeasureAttributeMapping.Builder
extends SdkPojo, CopyableBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>
-
Method Summary
Modifier and TypeMethodDescriptionmeasureValue
(String measureValue) Dynamic path to the measurement attribute in the source event.measureValueType
(String measureValueType) Data type of the measurement attribute in the source event.measureValueType
(MeasureValueType measureValueType) Data type of the measurement attribute in the source event.multiMeasureAttributeName
(String multiMeasureAttributeName) Target measure name to be used.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
measureValue
Dynamic path to the measurement attribute in the source event.
- Parameters:
measureValue
- Dynamic path to the measurement attribute in the source event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
measureValueType
Data type of the measurement attribute in the source event.
- Parameters:
measureValueType
- Data type of the measurement attribute in the source event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measureValueType
Data type of the measurement attribute in the source event.
- Parameters:
measureValueType
- Data type of the measurement attribute in the source event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
multiMeasureAttributeName
Target measure name to be used.
- Parameters:
multiMeasureAttributeName
- Target measure name to be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-