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