Class CfnRemediationConfigurationPropsMixin.ResourceValueProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.config.CfnRemediationConfigurationPropsMixin.ResourceValueProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRemediationConfigurationPropsMixin.ResourceValueProperty>
- Enclosing interface:
CfnRemediationConfigurationPropsMixin.ResourceValueProperty
@Stability(Stable)
public static final class CfnRemediationConfigurationPropsMixin.ResourceValueProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRemediationConfigurationPropsMixin.ResourceValueProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRemediationConfigurationPropsMixin.ResourceValueProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
value
@Stability(Stable) public CfnRemediationConfigurationPropsMixin.ResourceValueProperty.Builder value(String value) Sets the value ofCfnRemediationConfigurationPropsMixin.ResourceValueProperty.getValue()- Parameters:
value- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRemediationConfigurationPropsMixin.ResourceValueProperty>- Returns:
- a new instance of
CfnRemediationConfigurationPropsMixin.ResourceValueProperty - Throws:
NullPointerException- if any required attribute was not provided
-