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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
measureValueDynamic 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.
 
- 
measureValueTypeData 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:
 
- 
measureValueTypeData 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:
 
- 
multiMeasureAttributeNameTarget 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.
 
 
-