Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.MutationActionSetStateParameter.Builder
-
Packages that use MutationActionSetStateParameter.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of MutationActionSetStateParameter.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return MutationActionSetStateParameter.Builder Modifier and Type Method Description static MutationActionSetStateParameter.BuilderMutationActionSetStateParameter. builder()MutationActionSetStateParameter.BuilderMutationActionSetStateParameter.Builder. componentName(String componentName)The name of the component that is being modified.MutationActionSetStateParameter.BuilderMutationActionSetStateParameter.Builder. property(String property)The name of the component property to apply the state configuration to.default MutationActionSetStateParameter.BuilderMutationActionSetStateParameter.Builder. set(Consumer<ComponentProperty.Builder> set)The state configuration to assign to the property.MutationActionSetStateParameter.BuilderMutationActionSetStateParameter.Builder. set(ComponentProperty set)The state configuration to assign to the property.MutationActionSetStateParameter.BuilderMutationActionSetStateParameter. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type MutationActionSetStateParameter.Builder Modifier and Type Method Description static Class<? extends MutationActionSetStateParameter.Builder>MutationActionSetStateParameter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type MutationActionSetStateParameter.Builder Modifier and Type Method Description default ActionParameters.BuilderActionParameters.Builder. state(Consumer<MutationActionSetStateParameter.Builder> state)A key-value pair that specifies the state property name and its initial value.
-