Uses of Class
software.amazon.awscdk.services.iot.CfnThingType.ThingTypePropertiesProperty.Builder
-
Uses of CfnThingType.ThingTypePropertiesProperty.Builder in software.amazon.awscdk.services.iot
Modifier and TypeMethodDescriptionCfnThingType.ThingTypePropertiesProperty.builder()
CfnThingType.ThingTypePropertiesProperty.Builder.mqtt5Configuration
(IResolvable mqtt5Configuration) Sets the value ofCfnThingType.ThingTypePropertiesProperty.getMqtt5Configuration()
CfnThingType.ThingTypePropertiesProperty.Builder.mqtt5Configuration
(CfnThingType.Mqtt5ConfigurationProperty mqtt5Configuration) Sets the value ofCfnThingType.ThingTypePropertiesProperty.getMqtt5Configuration()
CfnThingType.ThingTypePropertiesProperty.Builder.searchableAttributes
(List<String> searchableAttributes) Sets the value ofCfnThingType.ThingTypePropertiesProperty.getSearchableAttributes()
CfnThingType.ThingTypePropertiesProperty.Builder.thingTypeDescription
(String thingTypeDescription) Sets the value ofCfnThingType.ThingTypePropertiesProperty.getThingTypeDescription()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnThingType.ThingTypePropertiesProperty.Builder
.