Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker.CfnEntityPropsMixin.Builder
Packages that use CfnEntityPropsMixin.Builder
-
Uses of CfnEntityPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker that return CfnEntityPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEntityPropsMixin.Builder.components(Map<String, ? extends Object> components) An object that maps strings to the components in the entity.CfnEntityPropsMixin.Builder.components(IResolvable components) An object that maps strings to the components in the entity.CfnEntityPropsMixin.Builder.compositeComponents(Map<String, ? extends Object> compositeComponents) Maps string tocompositeComponentupdates in the request.CfnEntityPropsMixin.Builder.compositeComponents(IResolvable compositeComponents) Maps string tocompositeComponentupdates in the request.static CfnEntityPropsMixin.BuilderCfnEntityPropsMixin.Builder.create()static CfnEntityPropsMixin.BuilderCfnEntityPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnEntityPropsMixin.Builder.description(String description) The description of the entity.The ID of the entity.CfnEntityPropsMixin.Builder.entityName(String entityName) The entity name.CfnEntityPropsMixin.Builder.parentEntityId(String parentEntityId) The ID of the parent entity.Metadata that you can use to manage the entity.CfnEntityPropsMixin.Builder.workspaceId(String workspaceId) The ID of the workspace that contains the entity.