@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(Object properties)
CfnComponent.ComponentChildProperty.getProperties()properties - Describes the properties of the child component. This parameter is required.
You can't specify tags as a valid property for properties .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.Builder events(Object events)
CfnComponent.ComponentChildProperty.getEvents()events - Describes the events that can be raised on the child component.
Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.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.