Uses of Class
software.amazon.awscdk.services.iottwinmaker.CfnComponentType.Builder
Packages that use CfnComponentType.Builder
Package
Description
AWS::IoTTwinMaker Construct Library
-
Uses of CfnComponentType.Builder in software.amazon.awscdk.services.iottwinmaker
Methods in software.amazon.awscdk.services.iottwinmaker that return CfnComponentType.BuilderModifier and TypeMethodDescriptionCfnComponentType.Builder.componentTypeId(String componentTypeId) The ID of the component type.CfnComponentType.Builder.compositeComponentTypes(Map<String, ? extends Object> compositeComponentTypes) Maps strings tocompositeComponentTypesof thecomponentType.CfnComponentType.Builder.compositeComponentTypes(IResolvable compositeComponentTypes) Maps strings tocompositeComponentTypesof thecomponentType.static CfnComponentType.BuilderCfnComponentType.Builder.description(String description) The description of the component type.CfnComponentType.Builder.extendsFrom(List<String> extendsFrom) The name of the parent component type that this component type extends.An object that maps strings to the functions in the component type.CfnComponentType.Builder.functions(IResolvable functions) An object that maps strings to the functions in the component type.CfnComponentType.Builder.isSingleton(Boolean isSingleton) A boolean value that specifies whether an entity can have more than one component of this type.CfnComponentType.Builder.isSingleton(IResolvable isSingleton) A boolean value that specifies whether an entity can have more than one component of this type.CfnComponentType.Builder.propertyDefinitions(Map<String, ? extends Object> propertyDefinitions) An object that maps strings to the property definitions in the component type.CfnComponentType.Builder.propertyDefinitions(IResolvable propertyDefinitions) An object that maps strings to the property definitions in the component type.CfnComponentType.Builder.propertyGroups(Map<String, ? extends Object> propertyGroups) An object that maps strings to the property groups in the component type.CfnComponentType.Builder.propertyGroups(IResolvable propertyGroups) An object that maps strings to the property groups in the component type.The ComponentType tags.CfnComponentType.Builder.workspaceId(String workspaceId) The ID of the workspace that contains the component type.