@Stability(value=Stable) public static final class CfnFramework.ControlInputParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFramework.ControlInputParameterProperty>
CfnFramework.ControlInputParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFramework.ControlInputParameterProperty |
build()
Builds the configured instance.
|
CfnFramework.ControlInputParameterProperty.Builder |
parameterName(String parameterName)
Sets the value of
CfnFramework.ControlInputParameterProperty.getParameterName() |
CfnFramework.ControlInputParameterProperty.Builder |
parameterValue(String parameterValue)
Sets the value of
CfnFramework.ControlInputParameterProperty.getParameterValue() |
@Stability(value=Stable) public CfnFramework.ControlInputParameterProperty.Builder parameterName(String parameterName)
CfnFramework.ControlInputParameterProperty.getParameterName()parameterName - The name of a parameter, for example, `BackupPlanFrequency` . This parameter is required.this@Stability(value=Stable) public CfnFramework.ControlInputParameterProperty.Builder parameterValue(String parameterValue)
CfnFramework.ControlInputParameterProperty.getParameterValue()parameterValue - The value of parameter, for example, `hourly` . This parameter is required.this@Stability(value=Stable) public CfnFramework.ControlInputParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnFramework.ControlInputParameterProperty>CfnFramework.ControlInputParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.