Class FolderOrganizationPolicyListPolicyAllow.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.folder_organization_policy.FolderOrganizationPolicyListPolicyAllow.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FolderOrganizationPolicyListPolicyAllow>
- Enclosing interface:
- FolderOrganizationPolicyListPolicyAllow
@Stability(Stable) public static final class FolderOrganizationPolicyListPolicyAllow.Builder extends Object implements software.amazon.jsii.Builder<FolderOrganizationPolicyListPolicyAllow>
A builder forFolderOrganizationPolicyListPolicyAllow
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderOrganizationPolicyListPolicyAllow.Builderall(com.hashicorp.cdktf.IResolvable all)Sets the value ofFolderOrganizationPolicyListPolicyAllow.getAll()FolderOrganizationPolicyListPolicyAllow.Builderall(Boolean all)Sets the value ofFolderOrganizationPolicyListPolicyAllow.getAll()FolderOrganizationPolicyListPolicyAllowbuild()Builds the configured instance.FolderOrganizationPolicyListPolicyAllow.Buildervalues(List<String> values)Sets the value ofFolderOrganizationPolicyListPolicyAllow.getValues()
-
-
-
Method Detail
-
all
@Stability(Stable) public FolderOrganizationPolicyListPolicyAllow.Builder all(Boolean all)
Sets the value ofFolderOrganizationPolicyListPolicyAllow.getAll()- Parameters:
all- The policy allows or denies all values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#all FolderOrganizationPolicy#all}- Returns:
this
-
all
@Stability(Stable) public FolderOrganizationPolicyListPolicyAllow.Builder all(com.hashicorp.cdktf.IResolvable all)
Sets the value ofFolderOrganizationPolicyListPolicyAllow.getAll()- Parameters:
all- The policy allows or denies all values. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#all FolderOrganizationPolicy#all}- Returns:
this
-
values
@Stability(Stable) public FolderOrganizationPolicyListPolicyAllow.Builder values(List<String> values)
Sets the value ofFolderOrganizationPolicyListPolicyAllow.getValues()- Parameters:
values- The policy can define specific values that are allowed or denied. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_organization_policy#values FolderOrganizationPolicy#values}- Returns:
this
-
build
@Stability(Stable) public FolderOrganizationPolicyListPolicyAllow build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FolderOrganizationPolicyListPolicyAllow>- Returns:
- a new instance of
FolderOrganizationPolicyListPolicyAllow - Throws:
NullPointerException- if any required attribute was not provided
-
-