| Package | Description |
|---|---|
| software.amazon.awscdk.services.iottwinmaker |
AWS::IoTTwinMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEntity.Builder |
CfnEntity.Builder.components(IResolvable components)
An object that maps strings to the components in the entity.
|
CfnEntity.Builder |
CfnEntity.Builder.components(Map<String,? extends Object> components)
An object that maps strings to the components in the entity.
|
static CfnEntity.Builder |
CfnEntity.Builder.create(software.constructs.Construct scope,
String id) |
CfnEntity.Builder |
CfnEntity.Builder.description(String description)
The description of the entity.
|
CfnEntity.Builder |
CfnEntity.Builder.entityId(String entityId)
The entity ID.
|
CfnEntity.Builder |
CfnEntity.Builder.entityName(String entityName)
The entity name.
|
CfnEntity.Builder |
CfnEntity.Builder.parentEntityId(String parentEntityId)
The ID of the parent entity.
|
CfnEntity.Builder |
CfnEntity.Builder.tags(Map<String,String> tags)
Metadata that you can use to manage the entity.
|
CfnEntity.Builder |
CfnEntity.Builder.workspaceId(String workspaceId)
The ID of the workspace.
|
Copyright © 2022. All rights reserved.