Class DataplexAspectTypeIamBindingConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_aspect_type_iam_binding.DataplexAspectTypeIamBindingConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexAspectTypeIamBindingConfig>
- Enclosing interface:
- DataplexAspectTypeIamBindingConfig
@Stability(Stable) public static final class DataplexAspectTypeIamBindingConfig.Builder extends Object implements software.amazon.jsii.Builder<DataplexAspectTypeIamBindingConfig>
A builder forDataplexAspectTypeIamBindingConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
aspectTypeId
@Stability(Stable) public DataplexAspectTypeIamBindingConfig.Builder aspectTypeId(String aspectTypeId)
Sets the value ofDataplexAspectTypeIamBindingConfig.getAspectTypeId()- Parameters:
aspectTypeId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_aspect_type_iam_binding#aspect_type_id DataplexAspectTypeIamBinding#aspect_type_id}. This parameter is required.- Returns:
this
-
members
@Stability(Stable) public DataplexAspectTypeIamBindingConfig.Builder members(List<String> members)
Sets the value ofDataplexAspectTypeIamBindingConfig.getMembers()- Parameters:
members- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_aspect_type_iam_binding#members DataplexAspectTypeIamBinding#members}. This parameter is required.- Returns:
this
-
role
@Stability(Stable) public DataplexAspectTypeIamBindingConfig.Builder role(String role)
Sets the value ofDataplexAspectTypeIamBindingConfig.getRole()- Parameters:
role- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_aspect_type_iam_binding#role DataplexAspectTypeIamBinding#role}. This parameter is required.- Returns:
this
-
condition
@Stability(Stable) public DataplexAspectTypeIamBindingConfig.Builder condition(DataplexAspectTypeIamBindingCondition condition)
Sets the value ofDataplexAspectTypeIamBindingConfig.getCondition()- Parameters:
condition- condition block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_aspect_type_iam_binding#condition DataplexAspectTypeIamBinding#condition}- Returns:
this
-
id
@Stability(Stable) public DataplexAspectTypeIamBindingConfig.Builder id(String id)
Sets the value ofDataplexAspectTypeIamBindingConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_aspect_type_iam_binding#id DataplexAspectTypeIamBinding#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 DataplexAspectTypeIamBindingConfig.Builder location(String location)
Sets the value ofDataplexAspectTypeIamBindingConfig.getLocation()- Parameters:
location- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_aspect_type_iam_binding#location DataplexAspectTypeIamBinding#location}.- Returns:
this
-
project
@Stability(Stable) public DataplexAspectTypeIamBindingConfig.Builder project(String project)
Sets the value ofDataplexAspectTypeIamBindingConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_aspect_type_iam_binding#project DataplexAspectTypeIamBinding#project}.- Returns:
this
-
connection
@Stability(Experimental) public DataplexAspectTypeIamBindingConfig.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 DataplexAspectTypeIamBindingConfig.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 DataplexAspectTypeIamBindingConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DataplexAspectTypeIamBindingConfig.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 DataplexAspectTypeIamBindingConfig.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 DataplexAspectTypeIamBindingConfig.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 DataplexAspectTypeIamBindingConfig.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 DataplexAspectTypeIamBindingConfig.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 DataplexAspectTypeIamBindingConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DataplexAspectTypeIamBindingConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexAspectTypeIamBindingConfig>- Returns:
- a new instance of
DataplexAspectTypeIamBindingConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-