@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 - The entity name. This parameter is required.this@Stability(value=Stable) public CfnEntityProps.Builder workspaceId(String workspaceId)
CfnEntityProps.getWorkspaceId()workspaceId - The ID of the workspace. This parameter is required.this@Stability(value=Stable) public CfnEntityProps.Builder components(IResolvable components)
CfnEntityProps.getComponents()components - An object that maps strings to the components in the entity.
Each string in the mapping must be unique to this object.
For information on the component object see the component API reference.
this@Stability(value=Stable) public CfnEntityProps.Builder components(Map<String,? extends Object> components)
CfnEntityProps.getComponents()components - An object that maps strings to the components in the entity.
Each string in the mapping must be unique to this object.
For information on the component object see the component API reference.
this@Stability(value=Stable) public CfnEntityProps.Builder description(String description)
CfnEntityProps.getDescription()description - The description of the entity.this@Stability(value=Stable) public CfnEntityProps.Builder entityId(String entityId)
CfnEntityProps.getEntityId()entityId - The entity ID.this@Stability(value=Stable) public CfnEntityProps.Builder parentEntityId(String parentEntityId)
CfnEntityProps.getParentEntityId()parentEntityId - The ID of the parent entity.this@Stability(value=Stable) public CfnEntityProps.Builder tags(Map<String,String> tags)
CfnEntityProps.getTags()tags - Metadata that you can use to manage the entity.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.