default ComponentProperty.Builder |
ComponentProperty.Builder.bindingProperties(Consumer<ComponentPropertyBindingProperties.Builder> bindingProperties) |
The information to bind the component property to data at runtime.
|
ComponentProperty.Builder |
ComponentProperty.Builder.bindingProperties(ComponentPropertyBindingProperties bindingProperties) |
The information to bind the component property to data at runtime.
|
ComponentProperty.Builder |
ComponentProperty.Builder.bindings(Map<String,FormBindingElement> bindings) |
The information to bind the component property to form data.
|
static ComponentProperty.Builder |
ComponentProperty.builder() |
|
default ComponentProperty.Builder |
ComponentProperty.Builder.collectionBindingProperties(Consumer<ComponentPropertyBindingProperties.Builder> collectionBindingProperties) |
The information to bind the component property to data at runtime.
|
ComponentProperty.Builder |
ComponentProperty.Builder.collectionBindingProperties(ComponentPropertyBindingProperties collectionBindingProperties) |
The information to bind the component property to data at runtime.
|
ComponentProperty.Builder |
ComponentProperty.Builder.componentName(String componentName) |
The name of the component that is affected by an event.
|
ComponentProperty.Builder |
ComponentProperty.Builder.concat(Collection<ComponentProperty> concat) |
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentProperty.Builder |
ComponentProperty.Builder.concat(Consumer<ComponentProperty.Builder>... concat) |
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentProperty.Builder |
ComponentProperty.Builder.concat(ComponentProperty... concat) |
A list of component properties to concatenate to create the value to assign to this component property.
|
default ComponentProperty.Builder |
ComponentProperty.Builder.condition(Consumer<ComponentConditionProperty.Builder> condition) |
The conditional expression to use to assign a value to the component property.
|
ComponentProperty.Builder |
ComponentProperty.Builder.condition(ComponentConditionProperty condition) |
The conditional expression to use to assign a value to the component property.
|
ComponentProperty.Builder |
ComponentProperty.Builder.configured(Boolean configured) |
Specifies whether the user configured the property in Amplify Studio after importing it.
|
ComponentProperty.Builder |
ComponentProperty.Builder.defaultValue(String defaultValue) |
The default value to assign to the component property.
|
ComponentProperty.Builder |
ComponentProperty.Builder.event(String event) |
An event that occurs in your app.
|
ComponentProperty.Builder |
ComponentProperty.Builder.importedValue(String importedValue) |
The default value assigned to the property when the component is imported into an app.
|
ComponentProperty.Builder |
ComponentProperty.Builder.model(String model) |
The data model to use to assign a value to the component property.
|
ComponentProperty.Builder |
ComponentProperty.Builder.property(String property) |
The name of the component's property that is affected by an event.
|
ComponentProperty.Builder |
ComponentProperty.toBuilder() |
|
ComponentProperty.Builder |
ComponentProperty.Builder.type(String type) |
The component type.
|
ComponentProperty.Builder |
ComponentProperty.Builder.userAttribute(String userAttribute) |
An authenticated user attribute to use to assign a value to the component property.
|
ComponentProperty.Builder |
ComponentProperty.Builder.value(String value) |
The value to assign to the component property.
|