@Stability(value=Stable) public static final class CfnEntity.ComponentProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEntity.ComponentProperty>
CfnEntity.ComponentProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder componentName(String componentName)
CfnEntity.ComponentProperty.getComponentName()componentName - The name of the component.this@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder componentTypeId(String componentTypeId)
CfnEntity.ComponentProperty.getComponentTypeId()componentTypeId - The ID of the ComponentType.this@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder definedIn(String definedIn)
CfnEntity.ComponentProperty.getDefinedIn()definedIn - The name of the property definition set in the request.this@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder description(String description)
CfnEntity.ComponentProperty.getDescription()description - The description of the component.this@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder properties(IResolvable properties)
CfnEntity.ComponentProperty.getProperties()properties - An object that maps strings to the properties to set in the component type.
Each string in the mapping must be unique to this object.this@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder properties(Map<String,? extends Object> properties)
CfnEntity.ComponentProperty.getProperties()properties - An object that maps strings to the properties to set in the component type.
Each string in the mapping must be unique to this object.this@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder status(CfnEntity.StatusProperty status)
CfnEntity.ComponentProperty.getStatus()status - The status of the component.this@Stability(value=Stable) public CfnEntity.ComponentProperty.Builder status(IResolvable status)
CfnEntity.ComponentProperty.getStatus()status - The status of the component.this@Stability(value=Stable) public CfnEntity.ComponentProperty build()
build in interface software.amazon.jsii.Builder<CfnEntity.ComponentProperty>CfnEntity.ComponentPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.