| Package | Description |
|---|---|
| com.amazonaws.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentProperty |
ComponentProperty.addBindingsEntry(String key,
FormBindingElement value)
Add a single Bindings entry
|
ComponentProperty |
ComponentProperty.clearBindingsEntries()
Removes all the entries added into Bindings.
|
ComponentProperty |
ComponentProperty.clone() |
ComponentProperty |
ActionParameters.getAnchor()
The HTML anchor link to the location to open.
|
ComponentProperty |
ComponentConditionProperty.getElse()
The value to assign to the property if the condition is not met.
|
ComponentProperty |
ActionParameters.getGlobal()
Specifies whether the user should be signed out globally.
|
ComponentProperty |
ActionParameters.getId()
The unique ID of the component that the
ActionParameters apply to. |
ComponentProperty |
MutationActionSetStateParameter.getSet()
The state configuration to assign to the property.
|
ComponentProperty |
ActionParameters.getTarget()
The element within the same component to modify when the action occurs.
|
ComponentProperty |
ComponentConditionProperty.getThen()
The value to assign to the property if the condition is met.
|
ComponentProperty |
ActionParameters.getType()
The type of navigation action.
|
ComponentProperty |
ActionParameters.getUrl()
The URL to the location to open.
|
ComponentProperty |
ComponentProperty.withBindingProperties(ComponentPropertyBindingProperties bindingProperties)
The information to bind the component property to data at runtime.
|
ComponentProperty |
ComponentProperty.withBindings(Map<String,FormBindingElement> bindings)
The information to bind the component property to form data.
|
ComponentProperty |
ComponentProperty.withCollectionBindingProperties(ComponentPropertyBindingProperties collectionBindingProperties)
The information to bind the component property to data at runtime.
|
ComponentProperty |
ComponentProperty.withComponentName(String componentName)
The name of the component that is affected by an event.
|
ComponentProperty |
ComponentProperty.withConcat(Collection<ComponentProperty> concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentProperty |
ComponentProperty.withConcat(ComponentProperty... concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentProperty |
ComponentProperty.withCondition(ComponentConditionProperty condition)
The conditional expression to use to assign a value to the component property.
|
ComponentProperty |
ComponentProperty.withConfigured(Boolean configured)
Specifies whether the user configured the property in Amplify Studio after importing it.
|
ComponentProperty |
ComponentProperty.withDefaultValue(String defaultValue)
The default value to assign to the component property.
|
ComponentProperty |
ComponentProperty.withEvent(String event)
An event that occurs in your app.
|
ComponentProperty |
ComponentProperty.withImportedValue(String importedValue)
The default value assigned to the property when the component is imported into an app.
|
ComponentProperty |
ComponentProperty.withModel(String model)
The data model to use to assign a value to the component property.
|
ComponentProperty |
ComponentProperty.withProperty(String property)
The name of the component's property that is affected by an event.
|
ComponentProperty |
ComponentProperty.withType(String type)
The component type.
|
ComponentProperty |
ComponentProperty.withUserAttribute(String userAttribute)
An authenticated user attribute to use to assign a value to the component property.
|
ComponentProperty |
ComponentProperty.withValue(String value)
The value to assign to the component property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentProperty> |
ComponentProperty.getConcat()
A list of component properties to concatenate to create the value to assign to this component property.
|
Map<String,ComponentProperty> |
ActionParameters.getFields()
A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.
|
Map<String,ComponentProperty> |
Component.getProperties()
Describes the component's properties.
|
Map<String,ComponentProperty> |
CreateComponentData.getProperties()
Describes the component's properties.
|
Map<String,ComponentProperty> |
ComponentChild.getProperties()
Describes the properties of the child component.
|
Map<String,ComponentProperty> |
UpdateComponentData.getProperties()
Describes the component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ActionParameters |
ActionParameters.addFieldsEntry(String key,
ComponentProperty value)
Add a single Fields entry
|
Component |
Component.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
CreateComponentData |
CreateComponentData.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
ComponentChild |
ComponentChild.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
UpdateComponentData |
UpdateComponentData.addPropertiesEntry(String key,
ComponentProperty value)
Add a single Properties entry
|
void |
ActionParameters.setAnchor(ComponentProperty anchor)
The HTML anchor link to the location to open.
|
void |
ComponentConditionProperty.setElse(ComponentProperty elseValue)
The value to assign to the property if the condition is not met.
|
void |
ActionParameters.setGlobal(ComponentProperty global)
Specifies whether the user should be signed out globally.
|
void |
ActionParameters.setId(ComponentProperty id)
The unique ID of the component that the
ActionParameters apply to. |
void |
MutationActionSetStateParameter.setSet(ComponentProperty set)
The state configuration to assign to the property.
|
void |
ActionParameters.setTarget(ComponentProperty target)
The element within the same component to modify when the action occurs.
|
void |
ComponentConditionProperty.setThen(ComponentProperty then)
The value to assign to the property if the condition is met.
|
void |
ActionParameters.setType(ComponentProperty type)
The type of navigation action.
|
void |
ActionParameters.setUrl(ComponentProperty url)
The URL to the location to open.
|
ActionParameters |
ActionParameters.withAnchor(ComponentProperty anchor)
The HTML anchor link to the location to open.
|
ComponentProperty |
ComponentProperty.withConcat(ComponentProperty... concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentConditionProperty |
ComponentConditionProperty.withElse(ComponentProperty elseValue)
The value to assign to the property if the condition is not met.
|
ActionParameters |
ActionParameters.withGlobal(ComponentProperty global)
Specifies whether the user should be signed out globally.
|
ActionParameters |
ActionParameters.withId(ComponentProperty id)
The unique ID of the component that the
ActionParameters apply to. |
MutationActionSetStateParameter |
MutationActionSetStateParameter.withSet(ComponentProperty set)
The state configuration to assign to the property.
|
ActionParameters |
ActionParameters.withTarget(ComponentProperty target)
The element within the same component to modify when the action occurs.
|
ComponentConditionProperty |
ComponentConditionProperty.withThen(ComponentProperty then)
The value to assign to the property if the condition is met.
|
ActionParameters |
ActionParameters.withType(ComponentProperty type)
The type of navigation action.
|
ActionParameters |
ActionParameters.withUrl(ComponentProperty url)
The URL to the location to open.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentProperty.setConcat(Collection<ComponentProperty> concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
void |
ActionParameters.setFields(Map<String,ComponentProperty> fields)
A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.
|
void |
Component.setProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
void |
CreateComponentData.setProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
void |
ComponentChild.setProperties(Map<String,ComponentProperty> properties)
Describes the properties of the child component.
|
void |
UpdateComponentData.setProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
ComponentProperty |
ComponentProperty.withConcat(Collection<ComponentProperty> concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ActionParameters |
ActionParameters.withFields(Map<String,ComponentProperty> fields)
A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.
|
Component |
Component.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
CreateComponentData |
CreateComponentData.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
ComponentChild |
ComponentChild.withProperties(Map<String,ComponentProperty> properties)
Describes the properties of the child component.
|
UpdateComponentData |
UpdateComponentData.withProperties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
Copyright © 2025. All rights reserved.