Class CfnDimensionPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnDimensionPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDimensionPropsMixin>
- Enclosing class:
CfnDimensionPropsMixin
@Stability(Stable)
public static final class CfnDimensionPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDimensionPropsMixin>
A fluent builder for
CfnDimensionPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) A unique identifier for the dimension.stringValues(List<String> stringValues) Specifies the value or list of values for the dimension.Metadata that can be used to manage the dimension.Specifies the type of dimension.
-
Method Details
-
create
@Stability(Stable) public static CfnDimensionPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDimensionPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDimensionPropsMixin.Builder.
-
name
A unique identifier for the dimension.- Parameters:
name- A unique identifier for the dimension. This parameter is required.- Returns:
this- See Also:
-
stringValues
Specifies the value or list of values for the dimension.For
TOPIC_FILTERdimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").- Parameters:
stringValues- Specifies the value or list of values for the dimension. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata that can be used to manage the dimension.- Parameters:
tags- Metadata that can be used to manage the dimension. This parameter is required.- Returns:
this- See Also:
-
type
Specifies the type of dimension.Supported types:
TOPIC_FILTER.- Parameters:
type- Specifies the type of dimension. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDimensionPropsMixin>- Returns:
- a newly built instance of
CfnDimensionPropsMixin.
-