default ActionParameters.Builder |
ActionParameters.Builder.anchor(Consumer<ComponentProperty.Builder> anchor) |
The HTML anchor link to the location to open.
|
ActionParameters.Builder |
ActionParameters.Builder.anchor(ComponentProperty anchor) |
The HTML anchor link to the location to open.
|
static ActionParameters.Builder |
ActionParameters.builder() |
|
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.
|
default ActionParameters.Builder |
ActionParameters.Builder.global(Consumer<ComponentProperty.Builder> global) |
Specifies whether the user should be signed out globally.
|
ActionParameters.Builder |
ActionParameters.Builder.global(ComponentProperty 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.
|
ActionParameters.Builder |
ActionParameters.Builder.id(ComponentProperty id) |
The unique ID of the component that the ActionParameters apply to.
|
ActionParameters.Builder |
ActionParameters.Builder.model(String model) |
The name of the data model.
|
default ActionParameters.Builder |
ActionParameters.Builder.state(Consumer<MutationActionSetStateParameter.Builder> state) |
A key-value pair that specifies the state property name and its initial value.
|
ActionParameters.Builder |
ActionParameters.Builder.state(MutationActionSetStateParameter state) |
A key-value pair that specifies the state property name and its initial value.
|
default ActionParameters.Builder |
ActionParameters.Builder.target(Consumer<ComponentProperty.Builder> target) |
The element within the same component to modify when the action occurs.
|
ActionParameters.Builder |
ActionParameters.Builder.target(ComponentProperty target) |
The element within the same component to modify when the action occurs.
|
ActionParameters.Builder |
ActionParameters.toBuilder() |
|
default ActionParameters.Builder |
ActionParameters.Builder.type(Consumer<ComponentProperty.Builder> type) |
The type of navigation action.
|
ActionParameters.Builder |
ActionParameters.Builder.type(ComponentProperty type) |
The type of navigation action.
|
default ActionParameters.Builder |
ActionParameters.Builder.url(Consumer<ComponentProperty.Builder> url) |
The URL to the location to open.
|
ActionParameters.Builder |
ActionParameters.Builder.url(ComponentProperty url) |
The URL to the location to open.
|