Uses of Class
software.amazon.awscdk.services.iottwinmaker.CfnComponentTypeProps.Builder
Packages that use CfnComponentTypeProps.Builder
Package
Description
AWS::IoTTwinMaker Construct Library
-
Uses of CfnComponentTypeProps.Builder in software.amazon.awscdk.services.iottwinmaker
Methods in software.amazon.awscdk.services.iottwinmaker that return CfnComponentTypeProps.BuilderModifier and TypeMethodDescriptionCfnComponentTypeProps.builder()CfnComponentTypeProps.Builder.componentTypeId(String componentTypeId) Sets the value ofCfnComponentTypeProps.getComponentTypeId()CfnComponentTypeProps.Builder.compositeComponentTypes(Map<String, ? extends Object> compositeComponentTypes) Sets the value ofCfnComponentTypeProps.getCompositeComponentTypes()CfnComponentTypeProps.Builder.compositeComponentTypes(IResolvable compositeComponentTypes) Sets the value ofCfnComponentTypeProps.getCompositeComponentTypes()CfnComponentTypeProps.Builder.description(String description) Sets the value ofCfnComponentTypeProps.getDescription()CfnComponentTypeProps.Builder.extendsFrom(List<String> extendsFrom) Sets the value ofCfnComponentTypeProps.getExtendsFrom()Sets the value ofCfnComponentTypeProps.getFunctions()CfnComponentTypeProps.Builder.functions(IResolvable functions) Sets the value ofCfnComponentTypeProps.getFunctions()CfnComponentTypeProps.Builder.isSingleton(Boolean isSingleton) Sets the value ofCfnComponentTypeProps.getIsSingleton()CfnComponentTypeProps.Builder.isSingleton(IResolvable isSingleton) Sets the value ofCfnComponentTypeProps.getIsSingleton()CfnComponentTypeProps.Builder.propertyDefinitions(Map<String, ? extends Object> propertyDefinitions) Sets the value ofCfnComponentTypeProps.getPropertyDefinitions()CfnComponentTypeProps.Builder.propertyDefinitions(IResolvable propertyDefinitions) Sets the value ofCfnComponentTypeProps.getPropertyDefinitions()CfnComponentTypeProps.Builder.propertyGroups(Map<String, ? extends Object> propertyGroups) Sets the value ofCfnComponentTypeProps.getPropertyGroups()CfnComponentTypeProps.Builder.propertyGroups(IResolvable propertyGroups) Sets the value ofCfnComponentTypeProps.getPropertyGroups()Sets the value ofCfnComponentTypeProps.getTags()CfnComponentTypeProps.Builder.workspaceId(String workspaceId) Sets the value ofCfnComponentTypeProps.getWorkspaceId()Constructors in software.amazon.awscdk.services.iottwinmaker with parameters of type CfnComponentTypeProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnComponentTypeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnComponentTypeProps.Builder.