| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
ComponentProperty |
ActionParameters.anchor()
The HTML anchor link to the location to open.
|
ComponentProperty |
ComponentConditionProperty.elseValue()
The value to assign to the property if the condition is not met.
|
ComponentProperty |
ActionParameters.global()
Specifies whether the user should be signed out globally.
|
ComponentProperty |
ActionParameters.id()
The unique ID of the component that the
ActionParameters apply to. |
ComponentProperty |
MutationActionSetStateParameter.set()
The state configuration to assign to the property.
|
ComponentProperty |
ActionParameters.target()
The element within the same component to modify when the action occurs.
|
ComponentProperty |
ComponentConditionProperty.then()
The value to assign to the property if the condition is met.
|
ComponentProperty |
ActionParameters.type()
The type of navigation action.
|
ComponentProperty |
ActionParameters.url()
The URL to the location to open.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComponentProperty> |
ComponentProperty.concat()
A list of component properties to concatenate to create the value to assign to this component property.
|
Map<String,ComponentProperty> |
ActionParameters.fields()
A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.
|
Map<String,ComponentProperty> |
ComponentChild.properties()
Describes the properties of the child component.
|
Map<String,ComponentProperty> |
CreateComponentData.properties()
Describes the component's properties.
|
Map<String,ComponentProperty> |
Component.properties()
Describes the component's properties.
|
Map<String,ComponentProperty> |
UpdateComponentData.properties()
Describes the component's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ActionParameters.Builder |
ActionParameters.Builder.anchor(ComponentProperty anchor)
The HTML anchor link to the location to open.
|
ComponentProperty.Builder |
ComponentProperty.Builder.concat(ComponentProperty... concat)
A list of component properties to concatenate to create the value to assign to this component property.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.elseValue(ComponentProperty elseValue)
The value to assign to the property if the condition is not met.
|
ActionParameters.Builder |
ActionParameters.Builder.global(ComponentProperty global)
Specifies whether the user should be signed out globally.
|
ActionParameters.Builder |
ActionParameters.Builder.id(ComponentProperty id)
The unique ID of the component that the
ActionParameters apply to. |
MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.Builder.set(ComponentProperty set)
The state configuration to assign to the property.
|
ActionParameters.Builder |
ActionParameters.Builder.target(ComponentProperty target)
The element within the same component to modify when the action occurs.
|
ComponentConditionProperty.Builder |
ComponentConditionProperty.Builder.then(ComponentProperty then)
The value to assign to the property if the condition is met.
|
ActionParameters.Builder |
ActionParameters.Builder.type(ComponentProperty type)
The type of navigation action.
|
ActionParameters.Builder |
ActionParameters.Builder.url(ComponentProperty url)
The URL to the location to open.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ActionParameters.Builder |
ActionParameters.Builder.fields(Map<String,ComponentProperty> fields)
A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model.
|
ComponentChild.Builder |
ComponentChild.Builder.properties(Map<String,ComponentProperty> properties)
Describes the properties of the child component.
|
CreateComponentData.Builder |
CreateComponentData.Builder.properties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
Component.Builder |
Component.Builder.properties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
UpdateComponentData.Builder |
UpdateComponentData.Builder.properties(Map<String,ComponentProperty> properties)
Describes the component's properties.
|
Copyright © 2023. All rights reserved.