Class CfnThingType.Mqtt5ConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iot.CfnThingType.Mqtt5ConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnThingType.Mqtt5ConfigurationProperty>
- Enclosing interface:
CfnThingType.Mqtt5ConfigurationProperty
@Stability(Stable)
public static final class CfnThingType.Mqtt5ConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnThingType.Mqtt5ConfigurationProperty>
A builder for
CfnThingType.Mqtt5ConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.propagatingAttributes(List<? extends Object> propagatingAttributes) Sets the value ofCfnThingType.Mqtt5ConfigurationProperty.getPropagatingAttributes()propagatingAttributes(IResolvable propagatingAttributes) Sets the value ofCfnThingType.Mqtt5ConfigurationProperty.getPropagatingAttributes()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
propagatingAttributes
@Stability(Stable) public CfnThingType.Mqtt5ConfigurationProperty.Builder propagatingAttributes(IResolvable propagatingAttributes) Sets the value ofCfnThingType.Mqtt5ConfigurationProperty.getPropagatingAttributes()- Parameters:
propagatingAttributes- An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.- Returns:
this
-
propagatingAttributes
@Stability(Stable) public CfnThingType.Mqtt5ConfigurationProperty.Builder propagatingAttributes(List<? extends Object> propagatingAttributes) Sets the value ofCfnThingType.Mqtt5ConfigurationProperty.getPropagatingAttributes()- Parameters:
propagatingAttributes- An object that represents the connection attribute, the thing attribute, and the MQTT 5 user property key.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnThingType.Mqtt5ConfigurationProperty>- Returns:
- a new instance of
CfnThingType.Mqtt5ConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-