Class CfnComponentPropsMixin.FormBindingElementProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.amplifyuibuilder.CfnComponentPropsMixin.FormBindingElementProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComponentPropsMixin.FormBindingElementProperty>
- Enclosing interface:
CfnComponentPropsMixin.FormBindingElementProperty
@Stability(Stable)
public static final class CfnComponentPropsMixin.FormBindingElementProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComponentPropsMixin.FormBindingElementProperty>
A builder for
CfnComponentPropsMixin.FormBindingElementProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnComponentPropsMixin.FormBindingElementProperty.getElement()Sets the value ofCfnComponentPropsMixin.FormBindingElementProperty.getProperty()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
element
@Stability(Stable) public CfnComponentPropsMixin.FormBindingElementProperty.Builder element(String element) Sets the value ofCfnComponentPropsMixin.FormBindingElementProperty.getElement()- Parameters:
element- The name of the component to retrieve a value from.- Returns:
this
-
property
@Stability(Stable) public CfnComponentPropsMixin.FormBindingElementProperty.Builder property(String property) Sets the value ofCfnComponentPropsMixin.FormBindingElementProperty.getProperty()- Parameters:
property- The property to retrieve a value from.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnComponentPropsMixin.FormBindingElementProperty>- Returns:
- a new instance of
CfnComponentPropsMixin.FormBindingElementProperty - Throws:
NullPointerException- if any required attribute was not provided
-