| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentProperty.Builder |
ComponentProperty.Builder.bindingProperties(ComponentPropertyBindingProperties bindingProperties)
The information to bind the component property to data at runtime.
|
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.bindings(Map<String,FormBindingElement> bindings)
The information to bind the component property to form data.
|
static ComponentProperty.Builder |
ComponentProperty.builder() |
ComponentProperty.Builder |
ComponentProperty.Builder.collectionBindingProperties(ComponentPropertyBindingProperties collectionBindingProperties)
The information to bind the component property to data at runtime.
|
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.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(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.condition(ComponentConditionProperty condition)
The conditional expression to use to assign a value to the 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComponentProperty.Builder> |
ComponentProperty.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionParameters.Builder |
ActionParameters.Builder.anchor(Consumer<ComponentProperty.Builder> anchor)
The HTML anchor link to the location to open.
|
default ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.elseValue(Consumer<ComponentProperty.Builder> elseValue)
The value to assign to the property if the condition is not met.
|
default ActionParameters.Builder |
ActionParameters.Builder.global(Consumer<ComponentProperty.Builder> global)
Specifies whether the user should be signed out globally.
|
default ActionParameters.Builder |
ActionParameters.Builder.id(Consumer<ComponentProperty.Builder> id)
The unique ID of the component that the
ActionParameters apply to. |
default MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.Builder.set(Consumer<ComponentProperty.Builder> set)
The state configuration to assign to the property.
|
default ActionParameters.Builder |
ActionParameters.Builder.target(Consumer<ComponentProperty.Builder> target)
The element within the same component to modify when the action occurs.
|
default ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.then(Consumer<ComponentProperty.Builder> then)
The value to assign to the property if the condition is met.
|
default ActionParameters.Builder |
ActionParameters.Builder.type(Consumer<ComponentProperty.Builder> type)
The type of navigation action.
|
default ActionParameters.Builder |
ActionParameters.Builder.url(Consumer<ComponentProperty.Builder> url)
The URL to the location to open.
|
Copyright © 2022. All rights reserved.