Class CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.amplifyuibuilder.mixins.CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty>
- Enclosing interface:
CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty
@Stability(Stable)
public static final class CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
field
@Stability(Stable) public CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty.Builder field(String field) - Parameters:
field- The data field to bind the property to.- Returns:
this
-
property
@Stability(Stable) public CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty.Builder property(String property) - Parameters:
property- The component property to bind to the data field.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty>- Returns:
- a new instance of
CfnComponentPropsMixin.ComponentPropertyBindingPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-