Class BillingAccountIamMember.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.billing_account_iam_member.BillingAccountIamMember.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BillingAccountIamMember>
- Enclosing class:
- BillingAccountIamMember
@Stability(Stable) public static final class BillingAccountIamMember.Builder extends Object implements software.amazon.jsii.Builder<BillingAccountIamMember>
A fluent builder forBillingAccountIamMember.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingAccountIamMember.BuilderbillingAccountId(String billingAccountId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#billing_account_id BillingAccountIamMember#billing_account_id}.BillingAccountIamMemberbuild()BillingAccountIamMember.Buildercondition(BillingAccountIamMemberCondition condition)condition block.BillingAccountIamMember.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)BillingAccountIamMember.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)BillingAccountIamMember.Buildercount(com.hashicorp.cdktf.TerraformCount count)BillingAccountIamMember.Buildercount(Number count)static BillingAccountIamMember.Buildercreate(software.constructs.Construct scope, String id)BillingAccountIamMember.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)BillingAccountIamMember.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)BillingAccountIamMember.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#id BillingAccountIamMember#id}.BillingAccountIamMember.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)BillingAccountIamMember.Buildermember(String member)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#member BillingAccountIamMember#member}.BillingAccountIamMember.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)BillingAccountIamMember.Builderprovisioners(List<? extends Object> provisioners)BillingAccountIamMember.Builderrole(String role)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#role BillingAccountIamMember#role}.
-
-
-
Method Detail
-
create
@Stability(Stable) public static BillingAccountIamMember.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
BillingAccountIamMember.Builder.
-
connection
@Stability(Experimental) public BillingAccountIamMember.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public BillingAccountIamMember.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BillingAccountIamMember.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public BillingAccountIamMember.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public BillingAccountIamMember.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public BillingAccountIamMember.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public BillingAccountIamMember.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public BillingAccountIamMember.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public BillingAccountIamMember.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
billingAccountId
@Stability(Stable) public BillingAccountIamMember.Builder billingAccountId(String billingAccountId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#billing_account_id BillingAccountIamMember#billing_account_id}.- Parameters:
billingAccountId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#billing_account_id BillingAccountIamMember#billing_account_id}. This parameter is required.- Returns:
this
-
member
@Stability(Stable) public BillingAccountIamMember.Builder member(String member)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#member BillingAccountIamMember#member}.- Parameters:
member- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#member BillingAccountIamMember#member}. This parameter is required.- Returns:
this
-
role
@Stability(Stable) public BillingAccountIamMember.Builder role(String role)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#role BillingAccountIamMember#role}.- Parameters:
role- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#role BillingAccountIamMember#role}. This parameter is required.- Returns:
this
-
condition
@Stability(Stable) public BillingAccountIamMember.Builder condition(BillingAccountIamMemberCondition condition)
condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#condition BillingAccountIamMember#condition}
- Parameters:
condition- condition block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public BillingAccountIamMember.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#id BillingAccountIamMember#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_account_iam_member#id BillingAccountIamMember#id}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public BillingAccountIamMember build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BillingAccountIamMember>- Returns:
- a newly built instance of
BillingAccountIamMember.
-
-