Class CfnForm.FormInputBindingPropertiesValueProperty.Builder
java.lang.Object
software.amazon.awscdk.services.amplifyuibuilder.CfnForm.FormInputBindingPropertiesValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnForm.FormInputBindingPropertiesValueProperty>
- Enclosing interface:
CfnForm.FormInputBindingPropertiesValueProperty
@Stability(Stable)
public static final class CfnForm.FormInputBindingPropertiesValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnForm.FormInputBindingPropertiesValueProperty>
A builder for
CfnForm.FormInputBindingPropertiesValueProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbindingProperties(IResolvable bindingProperties) Sets the value ofCfnForm.FormInputBindingPropertiesValueProperty.getBindingProperties()bindingProperties(CfnForm.FormInputBindingPropertiesValuePropertiesProperty bindingProperties) Sets the value ofCfnForm.FormInputBindingPropertiesValueProperty.getBindingProperties()build()Builds the configured instance.Sets the value ofCfnForm.FormInputBindingPropertiesValueProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bindingProperties
@Stability(Stable) public CfnForm.FormInputBindingPropertiesValueProperty.Builder bindingProperties(IResolvable bindingProperties) Sets the value ofCfnForm.FormInputBindingPropertiesValueProperty.getBindingProperties()- Parameters:
bindingProperties- Describes the properties to customize with data at runtime.- Returns:
this
-
bindingProperties
@Stability(Stable) public CfnForm.FormInputBindingPropertiesValueProperty.Builder bindingProperties(CfnForm.FormInputBindingPropertiesValuePropertiesProperty bindingProperties) Sets the value ofCfnForm.FormInputBindingPropertiesValueProperty.getBindingProperties()- Parameters:
bindingProperties- Describes the properties to customize with data at runtime.- Returns:
this
-
type
Sets the value ofCfnForm.FormInputBindingPropertiesValueProperty.getType()- Parameters:
type- The property type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnForm.FormInputBindingPropertiesValueProperty>- Returns:
- a new instance of
CfnForm.FormInputBindingPropertiesValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-