Class DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_data_catalog_tag_template_iam_policy.DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleDataCatalogTagTemplateIamPolicyConfig>
- Enclosing interface:
- DataGoogleDataCatalogTagTemplateIamPolicyConfig
@Stability(Stable) public static final class DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleDataCatalogTagTemplateIamPolicyConfig>
A builder forDataGoogleDataCatalogTagTemplateIamPolicyConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
tagTemplate
@Stability(Stable) public DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder tagTemplate(String tagTemplate)
Sets the value ofDataGoogleDataCatalogTagTemplateIamPolicyConfig.getTagTemplate()- Parameters:
tagTemplate- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/data_catalog_tag_template_iam_policy#tag_template DataGoogleDataCatalogTagTemplateIamPolicy#tag_template}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder id(String id)
Sets the value ofDataGoogleDataCatalogTagTemplateIamPolicyConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/data_catalog_tag_template_iam_policy#id DataGoogleDataCatalogTagTemplateIamPolicy#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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder project(String project)
Sets the value ofDataGoogleDataCatalogTagTemplateIamPolicyConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/data_catalog_tag_template_iam_policy#project DataGoogleDataCatalogTagTemplateIamPolicy#project}.- Returns:
this
-
region
@Stability(Stable) public DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder region(String region)
Sets the value ofDataGoogleDataCatalogTagTemplateIamPolicyConfig.getRegion()- Parameters:
region- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/data_catalog_tag_template_iam_policy#region DataGoogleDataCatalogTagTemplateIamPolicy#region}.- Returns:
this
-
connection
@Stability(Experimental) public DataGoogleDataCatalogTagTemplateIamPolicyConfig.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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleDataCatalogTagTemplateIamPolicyConfig.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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.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 DataGoogleDataCatalogTagTemplateIamPolicyConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DataGoogleDataCatalogTagTemplateIamPolicyConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleDataCatalogTagTemplateIamPolicyConfig>- Returns:
- a new instance of
DataGoogleDataCatalogTagTemplateIamPolicyConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-