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