Class ConfigConformancePackInputParameter.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.config_conformance_pack.ConfigConformancePackInputParameter.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigConformancePackInputParameter>
- Enclosing interface:
- ConfigConformancePackInputParameter
@Stability(Stable) public static final class ConfigConformancePackInputParameter.Builder extends Object implements software.amazon.jsii.Builder<ConfigConformancePackInputParameter>
A builder forConfigConformancePackInputParameter
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigConformancePackInputParameterbuild()Builds the configured instance.ConfigConformancePackInputParameter.BuilderparameterName(String parameterName)Sets the value ofConfigConformancePackInputParameter.getParameterName()ConfigConformancePackInputParameter.BuilderparameterValue(String parameterValue)Sets the value ofConfigConformancePackInputParameter.getParameterValue()
-
-
-
Method Detail
-
parameterName
@Stability(Stable) public ConfigConformancePackInputParameter.Builder parameterName(String parameterName)
Sets the value ofConfigConformancePackInputParameter.getParameterName()- Parameters:
parameterName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#parameter_name ConfigConformancePack#parameter_name}. This parameter is required.- Returns:
this
-
parameterValue
@Stability(Stable) public ConfigConformancePackInputParameter.Builder parameterValue(String parameterValue)
Sets the value ofConfigConformancePackInputParameter.getParameterValue()- Parameters:
parameterValue- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/config_conformance_pack#parameter_value ConfigConformancePack#parameter_value}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ConfigConformancePackInputParameter build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConfigConformancePackInputParameter>- Returns:
- a new instance of
ConfigConformancePackInputParameter - Throws:
NullPointerException- if any required attribute was not provided
-
-