Class OrgPolicyPolicyDryRunSpecRulesValues.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.org_policy_policy.OrgPolicyPolicyDryRunSpecRulesValues.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<OrgPolicyPolicyDryRunSpecRulesValues>
- Enclosing interface:
- OrgPolicyPolicyDryRunSpecRulesValues
@Stability(Stable) public static final class OrgPolicyPolicyDryRunSpecRulesValues.Builder extends Object implements software.amazon.jsii.Builder<OrgPolicyPolicyDryRunSpecRulesValues>
A builder forOrgPolicyPolicyDryRunSpecRulesValues
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrgPolicyPolicyDryRunSpecRulesValues.BuilderallowedValues(List<String> allowedValues)Sets the value ofOrgPolicyPolicyDryRunSpecRulesValues.getAllowedValues()OrgPolicyPolicyDryRunSpecRulesValuesbuild()Builds the configured instance.OrgPolicyPolicyDryRunSpecRulesValues.BuilderdeniedValues(List<String> deniedValues)Sets the value ofOrgPolicyPolicyDryRunSpecRulesValues.getDeniedValues()
-
-
-
Method Detail
-
allowedValues
@Stability(Stable) public OrgPolicyPolicyDryRunSpecRulesValues.Builder allowedValues(List<String> allowedValues)
Sets the value ofOrgPolicyPolicyDryRunSpecRulesValues.getAllowedValues()- Parameters:
allowedValues- List of values allowed at this resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#allowed_values OrgPolicyPolicy#allowed_values}- Returns:
this
-
deniedValues
@Stability(Stable) public OrgPolicyPolicyDryRunSpecRulesValues.Builder deniedValues(List<String> deniedValues)
Sets the value ofOrgPolicyPolicyDryRunSpecRulesValues.getDeniedValues()- Parameters:
deniedValues- List of values denied at this resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/org_policy_policy#denied_values OrgPolicyPolicy#denied_values}- Returns:
this
-
build
@Stability(Stable) public OrgPolicyPolicyDryRunSpecRulesValues build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<OrgPolicyPolicyDryRunSpecRulesValues>- Returns:
- a new instance of
OrgPolicyPolicyDryRunSpecRulesValues - Throws:
NullPointerException- if any required attribute was not provided
-
-