public static final class CfnComponent.MutationActionSetStateParameterProperty.Builder
extends java.lang.Object
CfnComponent.MutationActionSetStateParameterProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnComponent.MutationActionSetStateParameterProperty |
build()
Builds the configured instance.
|
CfnComponent.MutationActionSetStateParameterProperty.Builder |
componentName(java.lang.String componentName)
Sets the value of
CfnComponent.MutationActionSetStateParameterProperty.getComponentName() |
CfnComponent.MutationActionSetStateParameterProperty.Builder |
property(java.lang.String property)
Sets the value of
CfnComponent.MutationActionSetStateParameterProperty.getProperty() |
CfnComponent.MutationActionSetStateParameterProperty.Builder |
set(CfnComponent.ComponentPropertyProperty set)
Sets the value of
CfnComponent.MutationActionSetStateParameterProperty.getSet() |
CfnComponent.MutationActionSetStateParameterProperty.Builder |
set(IResolvable set)
Sets the value of
CfnComponent.MutationActionSetStateParameterProperty.getSet() |
public CfnComponent.MutationActionSetStateParameterProperty.Builder componentName(java.lang.String componentName)
CfnComponent.MutationActionSetStateParameterProperty.getComponentName()
componentName
- The name of the component that is being modified. This parameter is required.this
public CfnComponent.MutationActionSetStateParameterProperty.Builder property(java.lang.String property)
CfnComponent.MutationActionSetStateParameterProperty.getProperty()
property
- The name of the component property to apply the state configuration to. This parameter is required.this
public CfnComponent.MutationActionSetStateParameterProperty.Builder set(IResolvable set)
CfnComponent.MutationActionSetStateParameterProperty.getSet()
set
- The state configuration to assign to the property. This parameter is required.this
public CfnComponent.MutationActionSetStateParameterProperty.Builder set(CfnComponent.ComponentPropertyProperty set)
CfnComponent.MutationActionSetStateParameterProperty.getSet()
set
- The state configuration to assign to the property. This parameter is required.this
public CfnComponent.MutationActionSetStateParameterProperty build()
CfnComponent.MutationActionSetStateParameterProperty
java.lang.NullPointerException
- if any required attribute was not provided