@Stability(value=Stable) public static final class CfnComponent.MutationActionSetStateParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponent.MutationActionSetStateParameterProperty>
CfnComponent.MutationActionSetStateParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponent.MutationActionSetStateParameterProperty |
build()
Builds the configured instance.
|
CfnComponent.MutationActionSetStateParameterProperty.Builder |
componentName(String componentName)
Sets the value of
CfnComponent.MutationActionSetStateParameterProperty.getComponentName() |
CfnComponent.MutationActionSetStateParameterProperty.Builder |
property(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() |
@Stability(value=Stable) public CfnComponent.MutationActionSetStateParameterProperty.Builder componentName(String componentName)
CfnComponent.MutationActionSetStateParameterProperty.getComponentName()componentName - The name of the component that is being modified. This parameter is required.this@Stability(value=Stable) public CfnComponent.MutationActionSetStateParameterProperty.Builder property(String property)
CfnComponent.MutationActionSetStateParameterProperty.getProperty()property - The name of the component property to apply the state configuration to. This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) public CfnComponent.MutationActionSetStateParameterProperty.Builder set(IResolvable set)
CfnComponent.MutationActionSetStateParameterProperty.getSet()set - The state configuration to assign to the property. This parameter is required.this@Stability(value=Stable) public CfnComponent.MutationActionSetStateParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnComponent.MutationActionSetStateParameterProperty>CfnComponent.MutationActionSetStateParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.