| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.builder() |
MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.Builder.componentName(String componentName)
The name of the component that is being modified.
|
MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.Builder.property(String property)
The name of the component property to apply the state configuration to.
|
MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.Builder.set(ComponentProperty set)
The state configuration to assign to the property.
|
default MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.Builder.set(Consumer<ComponentProperty.Builder> set)
The state configuration to assign to the property.
|
MutationActionSetStateParameter.Builder |
MutationActionSetStateParameter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MutationActionSetStateParameter.Builder> |
MutationActionSetStateParameter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionParameters.Builder |
ActionParameters.Builder.state(Consumer<MutationActionSetStateParameter.Builder> state)
A key-value pair that specifies the state property name and its initial value.
|
Copyright © 2022. All rights reserved.