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