@Stability(value=Stable) public static final class CfnComponent.ComponentPropertyProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.ComponentPropertyProperty>
CfnComponent.ComponentPropertyProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder bindingProperties(CfnComponent.ComponentPropertyBindingPropertiesProperty bindingProperties)
CfnComponent.ComponentPropertyProperty.getBindingProperties()bindingProperties - The information to bind the component property to data at runtime.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder bindingProperties(IResolvable bindingProperties)
CfnComponent.ComponentPropertyProperty.getBindingProperties()bindingProperties - The information to bind the component property to data at runtime.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder bindings(Object bindings)
CfnComponent.ComponentPropertyProperty.getBindings()bindings - The information to bind the component property to form data.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder collectionBindingProperties(CfnComponent.ComponentPropertyBindingPropertiesProperty collectionBindingProperties)
CfnComponent.ComponentPropertyProperty.getCollectionBindingProperties()collectionBindingProperties - The information to bind the component property to data at runtime.
Use this for collection components.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder collectionBindingProperties(IResolvable collectionBindingProperties)
CfnComponent.ComponentPropertyProperty.getCollectionBindingProperties()collectionBindingProperties - The information to bind the component property to data at runtime.
Use this for collection components.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder componentName(String componentName)
CfnComponent.ComponentPropertyProperty.getComponentName()componentName - The name of the component that is affected by an event.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder concat(IResolvable concat)
CfnComponent.ComponentPropertyProperty.getConcat()concat - A list of component properties to concatenate to create the value to assign to this component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder concat(List<? extends Object> concat)
CfnComponent.ComponentPropertyProperty.getConcat()concat - A list of component properties to concatenate to create the value to assign to this component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder condition(CfnComponent.ComponentConditionPropertyProperty condition)
CfnComponent.ComponentPropertyProperty.getCondition()condition - The conditional expression to use to assign a value to the component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder condition(IResolvable condition)
CfnComponent.ComponentPropertyProperty.getCondition()condition - The conditional expression to use to assign a value to the component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder configured(Boolean configured)
CfnComponent.ComponentPropertyProperty.getConfigured()configured - Specifies whether the user configured the property in Amplify Studio after importing it.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder configured(IResolvable configured)
CfnComponent.ComponentPropertyProperty.getConfigured()configured - Specifies whether the user configured the property in Amplify Studio after importing it.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder defaultValue(String defaultValue)
CfnComponent.ComponentPropertyProperty.getDefaultValue()defaultValue - The default value to assign to the component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder event(String event)
CfnComponent.ComponentPropertyProperty.getEvent()event - An event that occurs in your app.
Use this for workflow data binding.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder importedValue(String importedValue)
CfnComponent.ComponentPropertyProperty.getImportedValue()importedValue - The default value assigned to the property when the component is imported into an app.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder model(String model)
CfnComponent.ComponentPropertyProperty.getModel()model - The data model to use to assign a value to the component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder property(String property)
CfnComponent.ComponentPropertyProperty.getProperty()property - The name of the component's property that is affected by an event.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder type(String type)
CfnComponent.ComponentPropertyProperty.getType()type - The component type.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder userAttribute(String userAttribute)
CfnComponent.ComponentPropertyProperty.getUserAttribute()userAttribute - An authenticated user attribute to use to assign a value to the component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty.Builder value(String value)
CfnComponent.ComponentPropertyProperty.getValue()value - The value to assign to the component property.this@Stability(value=Stable) public CfnComponent.ComponentPropertyProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.ComponentPropertyProperty>CfnComponent.ComponentPropertyPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.