| Modifier and Type | Method and Description |
|---|---|
CfnEntity |
build() |
CfnEntity.Builder |
components(IResolvable components)
An object that maps strings to the components in the entity.
|
CfnEntity.Builder |
components(Map<String,? extends Object> components)
An object that maps strings to the components in the entity.
|
static CfnEntity.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEntity.Builder |
description(String description)
The description of the entity.
|
CfnEntity.Builder |
entityId(String entityId)
The entity ID.
|
CfnEntity.Builder |
entityName(String entityName)
The entity name.
|
CfnEntity.Builder |
parentEntityId(String parentEntityId)
The ID of the parent entity.
|
CfnEntity.Builder |
tags(Map<String,String> tags)
Metadata that you can use to manage the entity.
|
CfnEntity.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
@Stability(value=Stable) public static CfnEntity.Builder create(software.constructs.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 - The entity name. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder workspaceId(String workspaceId)
workspaceId - The ID of the workspace. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder components(IResolvable components)
Each string in the mapping must be unique to this object.
For information on the component object see the component API reference.
components - An object that maps strings to the components in the entity. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder components(Map<String,? extends Object> components)
Each string in the mapping must be unique to this object.
For information on the component object see the component API reference.
components - An object that maps strings to the components in the entity. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder description(String description)
description - The description of the entity. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder entityId(String entityId)
entityId - The entity ID. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder parentEntityId(String parentEntityId)
parentEntityId - The ID of the parent entity. This parameter is required.this@Stability(value=Stable) public CfnEntity.Builder tags(Map<String,String> tags)
tags - Metadata that you can use to manage the entity. This parameter is required.thisCopyright © 2022. All rights reserved.