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