Class CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.config.CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationConformancePack.ConformancePackInputParameterProperty>
- Enclosing interface:
CfnOrganizationConformancePack.ConformancePackInputParameterProperty
@Stability(Stable)
public static final class CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationConformancePack.ConformancePackInputParameterProperty>
-
Constructor Summary
-
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 CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder parameterName(String parameterName) Sets the value ofCfnOrganizationConformancePack.ConformancePackInputParameterProperty.getParameterName()
- Parameters:
parameterName
- One part of a key-value pair. This parameter is required.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnOrganizationConformancePack.ConformancePackInputParameterProperty.Builder parameterValue(String parameterValue) Sets the value ofCfnOrganizationConformancePack.ConformancePackInputParameterProperty.getParameterValue()
- Parameters:
parameterValue
- One part of a key-value pair. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnOrganizationConformancePack.ConformancePackInputParameterProperty build()Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnOrganizationConformancePack.ConformancePackInputParameterProperty>
- Returns:
- a new instance of
CfnOrganizationConformancePack.ConformancePackInputParameterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-