Uses of Class
software.amazon.awscdk.services.iot.CfnThingType.Builder
-
Uses of CfnThingType.Builder in software.amazon.awscdk.services.iot
Modifier and TypeMethodDescriptionstatic CfnThingType.Builder
CfnThingType.Builder.deprecateThingType
(Boolean deprecateThingType) Deprecates a thing type.CfnThingType.Builder.deprecateThingType
(IResolvable deprecateThingType) Deprecates a thing type.Metadata which can be used to manage the thing type.CfnThingType.Builder.thingTypeName
(String thingTypeName) The name of the thing type.CfnThingType.Builder.thingTypeProperties
(IResolvable thingTypeProperties) The thing type properties for the thing type to create.CfnThingType.Builder.thingTypeProperties
(CfnThingType.ThingTypePropertiesProperty thingTypeProperties) The thing type properties for the thing type to create.