| Modifier and Type | Method and Description |
|---|---|
CfnEntity |
build() |
CfnEntity.Builder |
components(IResolvable components)
`AWS::IoTTwinMaker::Entity.Components`.
|
CfnEntity.Builder |
components(Map<String,? extends Object> components)
`AWS::IoTTwinMaker::Entity.Components`.
|
static CfnEntity.Builder |
create(Construct scope,
String id) |
CfnEntity.Builder |
description(String description)
`AWS::IoTTwinMaker::Entity.Description`.
|
CfnEntity.Builder |
entityId(String entityId)
`AWS::IoTTwinMaker::Entity.EntityId`.
|
CfnEntity.Builder |
entityName(String entityName)
`AWS::IoTTwinMaker::Entity.EntityName`.
|
CfnEntity.Builder |
parentEntityId(String parentEntityId)
`AWS::IoTTwinMaker::Entity.ParentEntityId`.
|
CfnEntity.Builder |
tags(Map<String,String> tags)
`AWS::IoTTwinMaker::Entity.Tags`.
|
CfnEntity.Builder |
workspaceId(String workspaceId)
`AWS::IoTTwinMaker::Entity.WorkspaceId`.
|
@Stability(value=Stable) public static CfnEntity.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEntity.ComponentProperty.Builder.@Stability(value=Stable) public CfnEntity.Builder entityName(String entityName)
entityName - `AWS::IoTTwinMaker::Entity.EntityName`. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder workspaceId(String workspaceId)
workspaceId - `AWS::IoTTwinMaker::Entity.WorkspaceId`. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder components(IResolvable components)
components - `AWS::IoTTwinMaker::Entity.Components`. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder components(Map<String,? extends Object> components)
components - `AWS::IoTTwinMaker::Entity.Components`. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder description(String description)
description - `AWS::IoTTwinMaker::Entity.Description`. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder entityId(String entityId)
entityId - `AWS::IoTTwinMaker::Entity.EntityId`. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder parentEntityId(String parentEntityId)
parentEntityId - `AWS::IoTTwinMaker::Entity.ParentEntityId`. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder tags(Map<String,String> tags)
tags - `AWS::IoTTwinMaker::Entity.Tags`. This parameter is required.thisCopyright © 2022. All rights reserved.