Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.FormInputValueProperty.Builder
-
Packages that use FormInputValueProperty.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of FormInputValueProperty.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return FormInputValueProperty.Builder Modifier and Type Method Description default FormInputValueProperty.BuilderFormInputValueProperty.Builder. bindingProperties(Consumer<FormInputValuePropertyBindingProperties.Builder> bindingProperties)The information to bind fields to data at runtime.FormInputValueProperty.BuilderFormInputValueProperty.Builder. bindingProperties(FormInputValuePropertyBindingProperties bindingProperties)The information to bind fields to data at runtime.static FormInputValueProperty.BuilderFormInputValueProperty. builder()FormInputValueProperty.BuilderFormInputValueProperty.Builder. concat(Collection<FormInputValueProperty> concat)A list of form properties to concatenate to create the value to assign to this field property.FormInputValueProperty.BuilderFormInputValueProperty.Builder. concat(Consumer<FormInputValueProperty.Builder>... concat)A list of form properties to concatenate to create the value to assign to this field property.FormInputValueProperty.BuilderFormInputValueProperty.Builder. concat(FormInputValueProperty... concat)A list of form properties to concatenate to create the value to assign to this field property.FormInputValueProperty.BuilderFormInputValueProperty. toBuilder()FormInputValueProperty.BuilderFormInputValueProperty.Builder. value(String value)The value to assign to the input field.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type FormInputValueProperty.Builder Modifier and Type Method Description static Class<? extends FormInputValueProperty.Builder>FormInputValueProperty. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type FormInputValueProperty.Builder Modifier and Type Method Description default ValueMapping.BuilderValueMapping.Builder. displayValue(Consumer<FormInputValueProperty.Builder> displayValue)The value to display for the complex object.default ValueMapping.BuilderValueMapping.Builder. value(Consumer<FormInputValueProperty.Builder> value)The complex object.
-