Interface MultiMeasureAttributeMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>,SdkBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>,SdkPojo
- Enclosing class:
- MultiMeasureAttributeMapping
public static interface MultiMeasureAttributeMapping.Builder extends SdkPojo, CopyableBuilder<MultiMeasureAttributeMapping.Builder,MultiMeasureAttributeMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiMeasureAttributeMapping.BuildermeasureValue(String measureValue)Dynamic path to the measurement attribute in the source event.MultiMeasureAttributeMapping.BuildermeasureValueType(String measureValueType)Data type of the measurement attribute in the source event.MultiMeasureAttributeMapping.BuildermeasureValueType(MeasureValueType measureValueType)Data type of the measurement attribute in the source event.MultiMeasureAttributeMapping.BuildermultiMeasureAttributeName(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, sdkFields
-
-
-
-
Method Detail
-
measureValue
MultiMeasureAttributeMapping.Builder measureValue(String 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
MultiMeasureAttributeMapping.Builder measureValueType(String 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,MeasureValueType
-
measureValueType
MultiMeasureAttributeMapping.Builder measureValueType(MeasureValueType 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,MeasureValueType
-
multiMeasureAttributeName
MultiMeasureAttributeMapping.Builder multiMeasureAttributeName(String 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.
-
-