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