public static final class CfnFramework.ControlInputParameterProperty.Builder
extends java.lang.Object
CfnFramework.ControlInputParameterProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFramework.ControlInputParameterProperty |
build()
Builds the configured instance.
|
CfnFramework.ControlInputParameterProperty.Builder |
parameterName(java.lang.String parameterName)
Sets the value of
CfnFramework.ControlInputParameterProperty.getParameterName() |
CfnFramework.ControlInputParameterProperty.Builder |
parameterValue(java.lang.String parameterValue)
Sets the value of
CfnFramework.ControlInputParameterProperty.getParameterValue() |
public CfnFramework.ControlInputParameterProperty.Builder parameterName(java.lang.String parameterName)
CfnFramework.ControlInputParameterProperty.getParameterName()
parameterName
- The name of a parameter, for example, `BackupPlanFrequency` . This parameter is required.this
public CfnFramework.ControlInputParameterProperty.Builder parameterValue(java.lang.String parameterValue)
CfnFramework.ControlInputParameterProperty.getParameterValue()
parameterValue
- The value of parameter, for example, `hourly` . This parameter is required.this
public CfnFramework.ControlInputParameterProperty build()
CfnFramework.ControlInputParameterProperty
java.lang.NullPointerException
- if any required attribute was not provided