Class CfnFramework.ControlInputParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.backup.CfnFramework.ControlInputParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFramework.ControlInputParameterProperty>
- Enclosing interface:
- CfnFramework.ControlInputParameterProperty
@Stability(Stable)
public static final class CfnFramework.ControlInputParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFramework.ControlInputParameterProperty>
A builder for
CfnFramework.ControlInputParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterName(String parameterName) Sets the value ofCfnFramework.ControlInputParameterProperty.getParameterName()parameterValue(String parameterValue) Sets the value ofCfnFramework.ControlInputParameterProperty.getParameterValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterName
@Stability(Stable) public CfnFramework.ControlInputParameterProperty.Builder parameterName(String parameterName) Sets the value ofCfnFramework.ControlInputParameterProperty.getParameterName()- Parameters:
parameterName- The name of a parameter, for example,BackupPlanFrequency. This parameter is required.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnFramework.ControlInputParameterProperty.Builder parameterValue(String parameterValue) Sets the value ofCfnFramework.ControlInputParameterProperty.getParameterValue()- Parameters:
parameterValue- The value of parameter, for example,hourly. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFramework.ControlInputParameterProperty>- Returns:
- a new instance of
CfnFramework.ControlInputParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-