Class DataGoogleTagsTagValueConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_google_tags_tag_value.DataGoogleTagsTagValueConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataGoogleTagsTagValueConfig>
- Enclosing interface:
- DataGoogleTagsTagValueConfig
@Stability(Stable) public static final class DataGoogleTagsTagValueConfig.Builder extends Object implements software.amazon.jsii.Builder<DataGoogleTagsTagValueConfig>
A builder forDataGoogleTagsTagValueConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataGoogleTagsTagValueConfigbuild()Builds the configured instance.DataGoogleTagsTagValueConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DataGoogleTagsTagValueConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()DataGoogleTagsTagValueConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()DataGoogleTagsTagValueConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()DataGoogleTagsTagValueConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()DataGoogleTagsTagValueConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()DataGoogleTagsTagValueConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()DataGoogleTagsTagValueConfig.Builderparent(String parent)Sets the value ofDataGoogleTagsTagValueConfig.getParent()DataGoogleTagsTagValueConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()DataGoogleTagsTagValueConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()DataGoogleTagsTagValueConfig.BuildershortName(String shortName)Sets the value ofDataGoogleTagsTagValueConfig.getShortName()
-
-
-
Method Detail
-
parent
@Stability(Stable) public DataGoogleTagsTagValueConfig.Builder parent(String parent)
Sets the value ofDataGoogleTagsTagValueConfig.getParent()- Parameters:
parent- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_value#parent DataGoogleTagsTagValue#parent}. This parameter is required.- Returns:
this
-
shortName
@Stability(Stable) public DataGoogleTagsTagValueConfig.Builder shortName(String shortName)
Sets the value ofDataGoogleTagsTagValueConfig.getShortName()- Parameters:
shortName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/tags_tag_value#short_name DataGoogleTagsTagValue#short_name}. This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DataGoogleTagsTagValueConfig.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 DataGoogleTagsTagValueConfig.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 DataGoogleTagsTagValueConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DataGoogleTagsTagValueConfig.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 DataGoogleTagsTagValueConfig.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 DataGoogleTagsTagValueConfig.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 DataGoogleTagsTagValueConfig.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 DataGoogleTagsTagValueConfig.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 DataGoogleTagsTagValueConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DataGoogleTagsTagValueConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataGoogleTagsTagValueConfig>- Returns:
- a new instance of
DataGoogleTagsTagValueConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-