Class CfnComponent.MutationActionSetStateParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.MutationActionSetStateParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnComponent.MutationActionSetStateParameterProperty>
- Enclosing interface:
CfnComponent.MutationActionSetStateParameterProperty
@Stability(Stable)
public static final class CfnComponent.MutationActionSetStateParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnComponent.MutationActionSetStateParameterProperty>
A builder for
CfnComponent.MutationActionSetStateParameterProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.componentName
(String componentName) Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getComponentName()
Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getProperty()
set
(IResolvable set) Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getSet()
Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getSet()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
componentName
@Stability(Stable) public CfnComponent.MutationActionSetStateParameterProperty.Builder componentName(String componentName) Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getComponentName()
- Parameters:
componentName
- The name of the component that is being modified. This parameter is required.- Returns:
this
-
property
@Stability(Stable) public CfnComponent.MutationActionSetStateParameterProperty.Builder property(String property) Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getProperty()
- Parameters:
property
- The name of the component property to apply the state configuration to. This parameter is required.- Returns:
this
-
set
@Stability(Stable) public CfnComponent.MutationActionSetStateParameterProperty.Builder set(IResolvable set) Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getSet()
- Parameters:
set
- The state configuration to assign to the property. This parameter is required.- Returns:
this
-
set
@Stability(Stable) public CfnComponent.MutationActionSetStateParameterProperty.Builder set(CfnComponent.ComponentPropertyProperty set) Sets the value ofCfnComponent.MutationActionSetStateParameterProperty.getSet()
- Parameters:
set
- The state configuration to assign to the property. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnComponent.MutationActionSetStateParameterProperty>
- Returns:
- a new instance of
CfnComponent.MutationActionSetStateParameterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-