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