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