Uses of Class
software.amazon.awscdk.services.iottwinmaker.CfnEntity.Builder
Package
Description
AWS::IoTTwinMaker Construct Library
-
Uses of CfnEntity.Builder in software.amazon.awscdk.services.iottwinmaker
Modifier and TypeMethodDescriptionCfnEntity.Builder.components
(Map<String, ? extends Object> components) An object that maps strings to the components in the entity.CfnEntity.Builder.components
(IResolvable components) An object that maps strings to the components in the entity.static CfnEntity.Builder
CfnEntity.Builder.description
(String description) The description of the entity.The entity ID.CfnEntity.Builder.entityName
(String entityName) The entity name.CfnEntity.Builder.parentEntityId
(String parentEntityId) The ID of the parent entity.Metadata that you can use to manage the entity.CfnEntity.Builder.workspaceId
(String workspaceId) The ID of the workspace.