public static interface MutationActionSetStateParameter.Builder extends SdkPojo, CopyableBuilder<MutationActionSetStateParameter.Builder,MutationActionSetStateParameter>
| Modifier and Type | Method and Description |
|---|---|
MutationActionSetStateParameter.Builder |
componentName(String componentName)
The name of the component that is being modified.
|
MutationActionSetStateParameter.Builder |
property(String property)
The name of the component property to apply the state configuration to.
|
MutationActionSetStateParameter.Builder |
set(ComponentProperty set)
The state configuration to assign to the property.
|
default MutationActionSetStateParameter.Builder |
set(Consumer<ComponentProperty.Builder> set)
The state configuration to assign to the property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMutationActionSetStateParameter.Builder componentName(String componentName)
The name of the component that is being modified.
componentName - The name of the component that is being modified.MutationActionSetStateParameter.Builder property(String property)
The name of the component property to apply the state configuration to.
property - The name of the component property to apply the state configuration to.MutationActionSetStateParameter.Builder set(ComponentProperty set)
The state configuration to assign to the property.
set - The state configuration to assign to the property.default MutationActionSetStateParameter.Builder set(Consumer<ComponentProperty.Builder> set)
The state configuration to assign to the property.
This is a convenience method that creates an instance of theComponentProperty.Builder avoiding the
need to create one manually via ComponentProperty.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to set(ComponentProperty).
set - a consumer that will call methods on ComponentProperty.Builderset(ComponentProperty)Copyright © 2022. All rights reserved.