Class IapWebIamMemberConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.iap_web_iam_member.IapWebIamMemberConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IapWebIamMemberConfig>
- Enclosing interface:
- IapWebIamMemberConfig
@Stability(Stable) public static final class IapWebIamMemberConfig.Builder extends Object implements software.amazon.jsii.Builder<IapWebIamMemberConfig>
A builder forIapWebIamMemberConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IapWebIamMemberConfigbuild()Builds the configured instance.IapWebIamMemberConfig.Buildercondition(IapWebIamMemberCondition condition)Sets the value ofIapWebIamMemberConfig.getCondition()IapWebIamMemberConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()IapWebIamMemberConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()IapWebIamMemberConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()IapWebIamMemberConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()IapWebIamMemberConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()IapWebIamMemberConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()IapWebIamMemberConfig.Builderid(String id)Sets the value ofIapWebIamMemberConfig.getId()IapWebIamMemberConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()IapWebIamMemberConfig.Buildermember(String member)Sets the value ofIapWebIamMemberConfig.getMember()IapWebIamMemberConfig.Builderproject(String project)Sets the value ofIapWebIamMemberConfig.getProject()IapWebIamMemberConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()IapWebIamMemberConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()IapWebIamMemberConfig.Builderrole(String role)Sets the value ofIapWebIamMemberConfig.getRole()
-
-
-
Method Detail
-
member
@Stability(Stable) public IapWebIamMemberConfig.Builder member(String member)
Sets the value ofIapWebIamMemberConfig.getMember()- Parameters:
member- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_web_iam_member#member IapWebIamMember#member}. This parameter is required.- Returns:
this
-
role
@Stability(Stable) public IapWebIamMemberConfig.Builder role(String role)
Sets the value ofIapWebIamMemberConfig.getRole()- Parameters:
role- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_web_iam_member#role IapWebIamMember#role}. This parameter is required.- Returns:
this
-
condition
@Stability(Stable) public IapWebIamMemberConfig.Builder condition(IapWebIamMemberCondition condition)
Sets the value ofIapWebIamMemberConfig.getCondition()- Parameters:
condition- condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_web_iam_member#condition IapWebIamMember#condition}- Returns:
this
-
id
@Stability(Stable) public IapWebIamMemberConfig.Builder id(String id)
Sets the value ofIapWebIamMemberConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_web_iam_member#id IapWebIamMember#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
-
project
@Stability(Stable) public IapWebIamMemberConfig.Builder project(String project)
Sets the value ofIapWebIamMemberConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iap_web_iam_member#project IapWebIamMember#project}.- Returns:
this
-
connection
@Stability(Experimental) public IapWebIamMemberConfig.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 IapWebIamMemberConfig.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 IapWebIamMemberConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public IapWebIamMemberConfig.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 IapWebIamMemberConfig.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 IapWebIamMemberConfig.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 IapWebIamMemberConfig.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 IapWebIamMemberConfig.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 IapWebIamMemberConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public IapWebIamMemberConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IapWebIamMemberConfig>- Returns:
- a new instance of
IapWebIamMemberConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-