Class CfnRemediationConfiguration.ExecutionControlsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.config.CfnRemediationConfiguration.ExecutionControlsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRemediationConfiguration.ExecutionControlsProperty>
- Enclosing interface:
CfnRemediationConfiguration.ExecutionControlsProperty
@Stability(Stable)
public static final class CfnRemediationConfiguration.ExecutionControlsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRemediationConfiguration.ExecutionControlsProperty>
A builder for
CfnRemediationConfiguration.ExecutionControlsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.ssmControls
(IResolvable ssmControls) Sets the value ofCfnRemediationConfiguration.ExecutionControlsProperty.getSsmControls()
Sets the value ofCfnRemediationConfiguration.ExecutionControlsProperty.getSsmControls()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ssmControls
@Stability(Stable) public CfnRemediationConfiguration.ExecutionControlsProperty.Builder ssmControls(IResolvable ssmControls) Sets the value ofCfnRemediationConfiguration.ExecutionControlsProperty.getSsmControls()
- Parameters:
ssmControls
- A SsmControls object.- Returns:
this
-
ssmControls
@Stability(Stable) public CfnRemediationConfiguration.ExecutionControlsProperty.Builder ssmControls(CfnRemediationConfiguration.SsmControlsProperty ssmControls) Sets the value ofCfnRemediationConfiguration.ExecutionControlsProperty.getSsmControls()
- Parameters:
ssmControls
- A SsmControls object.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRemediationConfiguration.ExecutionControlsProperty>
- Returns:
- a new instance of
CfnRemediationConfiguration.ExecutionControlsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-