Uses of Class
software.amazon.awscdk.services.iot.CfnThingType.Builder
Packages that use CfnThingType.Builder
-
Uses of CfnThingType.Builder in software.amazon.awscdk.services.iot
Methods in software.amazon.awscdk.services.iot that return CfnThingType.BuilderModifier and TypeMethodDescriptionstatic CfnThingType.BuilderCfnThingType.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.