Class CfnScheduledQueryPropsMixin.DimensionMappingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnScheduledQueryPropsMixin.DimensionMappingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.DimensionMappingProperty>
- Enclosing interface:
CfnScheduledQueryPropsMixin.DimensionMappingProperty
@Stability(Stable)
public static final class CfnScheduledQueryPropsMixin.DimensionMappingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.DimensionMappingProperty>
A builder for
CfnScheduledQueryPropsMixin.DimensionMappingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dimensionValueType(String dimensionValueType) Sets the value ofCfnScheduledQueryPropsMixin.DimensionMappingProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dimensionValueType
@Stability(Stable) public CfnScheduledQueryPropsMixin.DimensionMappingProperty.Builder dimensionValueType(String dimensionValueType) - Parameters:
dimensionValueType- Type for the dimension: VARCHAR.- Returns:
this
-
name
@Stability(Stable) public CfnScheduledQueryPropsMixin.DimensionMappingProperty.Builder name(String name) Sets the value ofCfnScheduledQueryPropsMixin.DimensionMappingProperty.getName()- Parameters:
name- Column name from query result.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.DimensionMappingProperty>- Returns:
- a new instance of
CfnScheduledQueryPropsMixin.DimensionMappingProperty - Throws:
NullPointerException- if any required attribute was not provided
-