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