Class CfnConformancePack.ConformancePackInputParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.config.CfnConformancePack.ConformancePackInputParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConformancePack.ConformancePackInputParameterProperty>
- Enclosing interface:
CfnConformancePack.ConformancePackInputParameterProperty
@Stability(Stable)
public static final class CfnConformancePack.ConformancePackInputParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConformancePack.ConformancePackInputParameterProperty>
A builder for
CfnConformancePack.ConformancePackInputParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterName(String parameterName) parameterValue(String parameterValue)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterName
@Stability(Stable) public CfnConformancePack.ConformancePackInputParameterProperty.Builder parameterName(String parameterName) - Parameters:
parameterName- One part of a key-value pair. This parameter is required.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnConformancePack.ConformancePackInputParameterProperty.Builder parameterValue(String parameterValue) - Parameters:
parameterValue- Another part of the key-value pair. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConformancePack.ConformancePackInputParameterProperty>- Returns:
- a new instance of
CfnConformancePack.ConformancePackInputParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-