Class FolderIamBindingConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.folder_iam_binding.FolderIamBindingConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FolderIamBindingConfig>
- Enclosing interface:
- FolderIamBindingConfig
@Stability(Stable) public static final class FolderIamBindingConfig.Builder extends Object implements software.amazon.jsii.Builder<FolderIamBindingConfig>
A builder forFolderIamBindingConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FolderIamBindingConfigbuild()Builds the configured instance.FolderIamBindingConfig.Buildercondition(FolderIamBindingCondition condition)Sets the value ofFolderIamBindingConfig.getCondition()FolderIamBindingConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()FolderIamBindingConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()FolderIamBindingConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()FolderIamBindingConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()FolderIamBindingConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()FolderIamBindingConfig.Builderfolder(String folder)Sets the value ofFolderIamBindingConfig.getFolder()FolderIamBindingConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()FolderIamBindingConfig.Builderid(String id)Sets the value ofFolderIamBindingConfig.getId()FolderIamBindingConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()FolderIamBindingConfig.Buildermembers(List<String> members)Sets the value ofFolderIamBindingConfig.getMembers()FolderIamBindingConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()FolderIamBindingConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()FolderIamBindingConfig.Builderrole(String role)Sets the value ofFolderIamBindingConfig.getRole()
-
-
-
Method Detail
-
folder
@Stability(Stable) public FolderIamBindingConfig.Builder folder(String folder)
Sets the value ofFolderIamBindingConfig.getFolder()- Parameters:
folder- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_iam_binding#folder FolderIamBinding#folder}. This parameter is required.- Returns:
this
-
members
@Stability(Stable) public FolderIamBindingConfig.Builder members(List<String> members)
Sets the value ofFolderIamBindingConfig.getMembers()- Parameters:
members- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_iam_binding#members FolderIamBinding#members}. This parameter is required.- Returns:
this
-
role
@Stability(Stable) public FolderIamBindingConfig.Builder role(String role)
Sets the value ofFolderIamBindingConfig.getRole()- Parameters:
role- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_iam_binding#role FolderIamBinding#role}. This parameter is required.- Returns:
this
-
condition
@Stability(Stable) public FolderIamBindingConfig.Builder condition(FolderIamBindingCondition condition)
Sets the value ofFolderIamBindingConfig.getCondition()- Parameters:
condition- condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_iam_binding#condition FolderIamBinding#condition}- Returns:
this
-
id
@Stability(Stable) public FolderIamBindingConfig.Builder id(String id)
Sets the value ofFolderIamBindingConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/folder_iam_binding#id FolderIamBinding#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
connection
@Stability(Experimental) public FolderIamBindingConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public FolderIamBindingConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public FolderIamBindingConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public FolderIamBindingConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public FolderIamBindingConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public FolderIamBindingConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public FolderIamBindingConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public FolderIamBindingConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public FolderIamBindingConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public FolderIamBindingConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FolderIamBindingConfig>- Returns:
- a new instance of
FolderIamBindingConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-