Class CfnPipePropsMixin.MultiMeasureAttributeMappingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.MultiMeasureAttributeMappingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.MultiMeasureAttributeMappingProperty>
- Enclosing interface:
CfnPipePropsMixin.MultiMeasureAttributeMappingProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.MultiMeasureAttributeMappingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.MultiMeasureAttributeMappingProperty>
A builder for
CfnPipePropsMixin.MultiMeasureAttributeMappingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.measureValue(String measureValue) Sets the value ofCfnPipePropsMixin.MultiMeasureAttributeMappingProperty.getMeasureValue()measureValueType(String measureValueType) multiMeasureAttributeName(String multiMeasureAttributeName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
measureValue
@Stability(Stable) public CfnPipePropsMixin.MultiMeasureAttributeMappingProperty.Builder measureValue(String measureValue) Sets the value ofCfnPipePropsMixin.MultiMeasureAttributeMappingProperty.getMeasureValue()- Parameters:
measureValue- Dynamic path to the measurement attribute in the source event.- Returns:
this
-
measureValueType
@Stability(Stable) public CfnPipePropsMixin.MultiMeasureAttributeMappingProperty.Builder measureValueType(String measureValueType) - Parameters:
measureValueType- Data type of the measurement attribute in the source event.- Returns:
this
-
multiMeasureAttributeName
@Stability(Stable) public CfnPipePropsMixin.MultiMeasureAttributeMappingProperty.Builder multiMeasureAttributeName(String multiMeasureAttributeName) Sets the value ofCfnPipePropsMixin.MultiMeasureAttributeMappingProperty.getMultiMeasureAttributeName()- Parameters:
multiMeasureAttributeName- Target measure name to be used.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.MultiMeasureAttributeMappingProperty>- Returns:
- a new instance of
CfnPipePropsMixin.MultiMeasureAttributeMappingProperty - Throws:
NullPointerException- if any required attribute was not provided
-