Class CfnDimensionMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnDimensionMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDimensionMixinProps>
- Enclosing interface:
CfnDimensionMixinProps
@Stability(Stable)
public static final class CfnDimensionMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDimensionMixinProps>
A builder for
CfnDimensionMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDimensionMixinProps.getName()stringValues(List<String> stringValues) Sets the value ofCfnDimensionMixinProps.getStringValues()Sets the value ofCfnDimensionMixinProps.getTags()Sets the value ofCfnDimensionMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnDimensionMixinProps.getName()- Parameters:
name- A unique identifier for the dimension.- Returns:
this
-
stringValues
Sets the value ofCfnDimensionMixinProps.getStringValues()- Parameters:
stringValues- Specifies the value or list of values for the dimension. ForTOPIC_FILTERdimensions, this is a pattern used to match the MQTT topic (for example, "admin/#").- Returns:
this
-
tags
Sets the value ofCfnDimensionMixinProps.getTags()- Parameters:
tags- Metadata that can be used to manage the dimension.- Returns:
this
-
type
Sets the value ofCfnDimensionMixinProps.getType()- Parameters:
type- Specifies the type of dimension. Supported types:TOPIC_FILTER.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDimensionMixinProps>- Returns:
- a new instance of
CfnDimensionMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-