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