Interface FormBindingElement.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FormBindingElement.Builder,FormBindingElement>, SdkBuilder<FormBindingElement.Builder,FormBindingElement>, SdkPojo
Enclosing class:
FormBindingElement

public static interface FormBindingElement.Builder extends SdkPojo, CopyableBuilder<FormBindingElement.Builder,FormBindingElement>
  • Method Details

    • element

      The name of the component to retrieve a value from.

      Parameters:
      element - The name of the component to retrieve a value from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • property

      FormBindingElement.Builder property(String property)

      The property to retrieve a value from.

      Parameters:
      property - The property to retrieve a value from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.