| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static FormInputValuePropertyBindingProperties.Builder |
FormInputValuePropertyBindingProperties.builder() |
FormInputValuePropertyBindingProperties.Builder |
FormInputValuePropertyBindingProperties.Builder.field(String field)
The data field to bind the property to.
|
FormInputValuePropertyBindingProperties.Builder |
FormInputValuePropertyBindingProperties.Builder.property(String property)
The form property to bind to the data field.
|
FormInputValuePropertyBindingProperties.Builder |
FormInputValuePropertyBindingProperties.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FormInputValuePropertyBindingProperties.Builder> |
FormInputValuePropertyBindingProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FormInputValueProperty.Builder |
FormInputValueProperty.Builder.bindingProperties(Consumer<FormInputValuePropertyBindingProperties.Builder> bindingProperties)
The information to bind fields to data at runtime.
|
Copyright © 2023. All rights reserved.