@Stability(value=Stable) public static final class CfnComponent.ComponentChildProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.ComponentChildProperty>
CfnComponent.ComponentChildProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponent.ComponentChildProperty.Builder componentType(String componentType)
CfnComponent.ComponentChildProperty.getComponentType()componentType - The type of the child component. This parameter is required.this@Stability(value=Stable) public CfnComponent.ComponentChildProperty.Builder name(String name)
CfnComponent.ComponentChildProperty.getName()name - The name of the child component. This parameter is required.this@Stability(value=Stable) public CfnComponent.ComponentChildProperty.Builder properties(CfnComponent.ComponentPropertiesProperty properties)
CfnComponent.ComponentChildProperty.getProperties()properties - Describes the properties of the child component. This parameter is required.this@Stability(value=Stable) public CfnComponent.ComponentChildProperty.Builder properties(IResolvable properties)
CfnComponent.ComponentChildProperty.getProperties()properties - Describes the properties of the child component. This parameter is required.this@Stability(value=Stable) public CfnComponent.ComponentChildProperty.Builder children(IResolvable children)
CfnComponent.ComponentChildProperty.getChildren()children - The list of `ComponentChild` instances for this component.this@Stability(value=Stable) public CfnComponent.ComponentChildProperty.Builder children(List<? extends Object> children)
CfnComponent.ComponentChildProperty.getChildren()children - The list of `ComponentChild` instances for this component.this@Stability(value=Stable) public CfnComponent.ComponentChildProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.ComponentChildProperty>CfnComponent.ComponentChildPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.