Class CfnPipePropsMixin.MultiMeasureMappingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.MultiMeasureMappingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPipePropsMixin.MultiMeasureMappingProperty>
- Enclosing interface:
CfnPipePropsMixin.MultiMeasureMappingProperty
@Stability(Stable)
public static final class CfnPipePropsMixin.MultiMeasureMappingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPipePropsMixin.MultiMeasureMappingProperty>
A builder for
CfnPipePropsMixin.MultiMeasureMappingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.multiMeasureAttributeMappings(List<? extends Object> multiMeasureAttributeMappings) multiMeasureAttributeMappings(IResolvable multiMeasureAttributeMappings) multiMeasureName(String multiMeasureName) Sets the value ofCfnPipePropsMixin.MultiMeasureMappingProperty.getMultiMeasureName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
multiMeasureAttributeMappings
@Stability(Stable) public CfnPipePropsMixin.MultiMeasureMappingProperty.Builder multiMeasureAttributeMappings(IResolvable multiMeasureAttributeMappings) - Parameters:
multiMeasureAttributeMappings- Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.- Returns:
this
-
multiMeasureAttributeMappings
@Stability(Stable) public CfnPipePropsMixin.MultiMeasureMappingProperty.Builder multiMeasureAttributeMappings(List<? extends Object> multiMeasureAttributeMappings) - Parameters:
multiMeasureAttributeMappings- Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.- Returns:
this
-
multiMeasureName
@Stability(Stable) public CfnPipePropsMixin.MultiMeasureMappingProperty.Builder multiMeasureName(String multiMeasureName) Sets the value ofCfnPipePropsMixin.MultiMeasureMappingProperty.getMultiMeasureName()- Parameters:
multiMeasureName- The name of the multiple measurements per record (multi-measure).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPipePropsMixin.MultiMeasureMappingProperty>- Returns:
- a new instance of
CfnPipePropsMixin.MultiMeasureMappingProperty - Throws:
NullPointerException- if any required attribute was not provided
-