@Stability(value=Stable) public static final class CfnFramework.FrameworkControlProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFramework.FrameworkControlProperty>
CfnFramework.FrameworkControlProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFramework.FrameworkControlProperty |
build()
Builds the configured instance.
|
CfnFramework.FrameworkControlProperty.Builder |
controlInputParameters(IResolvable controlInputParameters)
Sets the value of
CfnFramework.FrameworkControlProperty.getControlInputParameters() |
CfnFramework.FrameworkControlProperty.Builder |
controlInputParameters(List<? extends Object> controlInputParameters)
Sets the value of
CfnFramework.FrameworkControlProperty.getControlInputParameters() |
CfnFramework.FrameworkControlProperty.Builder |
controlName(String controlName)
Sets the value of
CfnFramework.FrameworkControlProperty.getControlName() |
CfnFramework.FrameworkControlProperty.Builder |
controlScope(Object controlScope)
Sets the value of
CfnFramework.FrameworkControlProperty.getControlScope() |
@Stability(value=Stable) public CfnFramework.FrameworkControlProperty.Builder controlName(String controlName)
CfnFramework.FrameworkControlProperty.getControlName()controlName - The name of a control. This parameter is required.
This name is between 1 and 256 characters.this@Stability(value=Stable) public CfnFramework.FrameworkControlProperty.Builder controlInputParameters(IResolvable controlInputParameters)
CfnFramework.FrameworkControlProperty.getControlInputParameters()controlInputParameters - A list of `ParameterName` and `ParameterValue` pairs.this@Stability(value=Stable) public CfnFramework.FrameworkControlProperty.Builder controlInputParameters(List<? extends Object> controlInputParameters)
CfnFramework.FrameworkControlProperty.getControlInputParameters()controlInputParameters - A list of `ParameterName` and `ParameterValue` pairs.this@Stability(value=Stable) public CfnFramework.FrameworkControlProperty.Builder controlScope(Object controlScope)
CfnFramework.FrameworkControlProperty.getControlScope()controlScope - The scope of a control.
The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see ControlScope .this@Stability(value=Stable) public CfnFramework.FrameworkControlProperty build()
build in interface software.amazon.jsii.Builder<CfnFramework.FrameworkControlProperty>CfnFramework.FrameworkControlPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.