@Stability(value=Stable) public static final class CfnEntityProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEntityProps>
CfnEntityProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEntityProps |
build()
Builds the configured instance.
|
CfnEntityProps.Builder |
components(IResolvable components)
Sets the value of
CfnEntityProps.getComponents() |
CfnEntityProps.Builder |
components(Map<String,? extends Object> components)
Sets the value of
CfnEntityProps.getComponents() |
CfnEntityProps.Builder |
description(String description)
Sets the value of
CfnEntityProps.getDescription() |
CfnEntityProps.Builder |
entityId(String entityId)
Sets the value of
CfnEntityProps.getEntityId() |
CfnEntityProps.Builder |
entityName(String entityName)
Sets the value of
CfnEntityProps.getEntityName() |
CfnEntityProps.Builder |
parentEntityId(String parentEntityId)
Sets the value of
CfnEntityProps.getParentEntityId() |
CfnEntityProps.Builder |
tags(Map<String,String> tags)
Sets the value of
CfnEntityProps.getTags() |
CfnEntityProps.Builder |
workspaceId(String workspaceId)
Sets the value of
CfnEntityProps.getWorkspaceId() |
@Stability(value=Stable) public CfnEntityProps.Builder entityName(String entityName)
CfnEntityProps.getEntityName()entityName - `AWS::IoTTwinMaker::Entity.EntityName`. This parameter is required.this@Stability(value=Stable) public CfnEntityProps.Builder workspaceId(String workspaceId)
CfnEntityProps.getWorkspaceId()workspaceId - `AWS::IoTTwinMaker::Entity.WorkspaceId`. This parameter is required.this@Stability(value=Stable) public CfnEntityProps.Builder components(IResolvable components)
CfnEntityProps.getComponents()components - `AWS::IoTTwinMaker::Entity.Components`.this@Stability(value=Stable) public CfnEntityProps.Builder components(Map<String,? extends Object> components)
CfnEntityProps.getComponents()components - `AWS::IoTTwinMaker::Entity.Components`.this@Stability(value=Stable) public CfnEntityProps.Builder description(String description)
CfnEntityProps.getDescription()description - `AWS::IoTTwinMaker::Entity.Description`.this@Stability(value=Stable) public CfnEntityProps.Builder entityId(String entityId)
CfnEntityProps.getEntityId()entityId - `AWS::IoTTwinMaker::Entity.EntityId`.this@Stability(value=Stable) public CfnEntityProps.Builder parentEntityId(String parentEntityId)
CfnEntityProps.getParentEntityId()parentEntityId - `AWS::IoTTwinMaker::Entity.ParentEntityId`.this@Stability(value=Stable) public CfnEntityProps.Builder tags(Map<String,String> tags)
CfnEntityProps.getTags()tags - `AWS::IoTTwinMaker::Entity.Tags`.this@Stability(value=Stable) public CfnEntityProps build()
build in interface software.amazon.jsii.Builder<CfnEntityProps>CfnEntityPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.