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