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
-
Method Summary
Modifier and TypeMethodDescriptionbindingProperties
(IResolvable bindingProperties) Sets the value ofCfnForm.FormInputValuePropertyProperty.getBindingProperties()
bindingProperties
(CfnForm.FormInputValuePropertyBindingPropertiesProperty bindingProperties) Sets the value ofCfnForm.FormInputValuePropertyProperty.getBindingProperties()
build()
Builds the configured instance.Sets the value ofCfnForm.FormInputValuePropertyProperty.getConcat()
concat
(IResolvable concat) Sets the value ofCfnForm.FormInputValuePropertyProperty.getConcat()
Sets the value ofCfnForm.FormInputValuePropertyProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bindingProperties
@Stability(Stable) public CfnForm.FormInputValuePropertyProperty.Builder bindingProperties(IResolvable bindingProperties) Sets the value ofCfnForm.FormInputValuePropertyProperty.getBindingProperties()
- Parameters:
bindingProperties
- The information to bind fields to data at runtime.- Returns:
this
-
bindingProperties
@Stability(Stable) public CfnForm.FormInputValuePropertyProperty.Builder bindingProperties(CfnForm.FormInputValuePropertyBindingPropertiesProperty bindingProperties) Sets the value ofCfnForm.FormInputValuePropertyProperty.getBindingProperties()
- Parameters:
bindingProperties
- The information to bind fields to data at runtime.- Returns:
this
-
concat
Sets the value ofCfnForm.FormInputValuePropertyProperty.getConcat()
- Parameters:
concat
- A list of form properties to concatenate to create the value to assign to this field property.- Returns:
this
-
concat
@Stability(Stable) public CfnForm.FormInputValuePropertyProperty.Builder concat(List<? extends Object> concat) Sets the value ofCfnForm.FormInputValuePropertyProperty.getConcat()
- Parameters:
concat
- A list of form properties to concatenate to create the value to assign to this field property.- Returns:
this
-
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnForm.FormInputValuePropertyProperty>
- Returns:
- a new instance of
CfnForm.FormInputValuePropertyProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-