Class BiglakeTableConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.biglake_table.BiglakeTableConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BiglakeTableConfig>
- Enclosing interface:
- BiglakeTableConfig
@Stability(Stable) public static final class BiglakeTableConfig.Builder extends Object implements software.amazon.jsii.Builder<BiglakeTableConfig>
A builder forBiglakeTableConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BiglakeTableConfigbuild()Builds the configured instance.BiglakeTableConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()BiglakeTableConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()BiglakeTableConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()BiglakeTableConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()BiglakeTableConfig.Builderdatabase(String database)Sets the value ofBiglakeTableConfig.getDatabase()BiglakeTableConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()BiglakeTableConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()BiglakeTableConfig.BuilderhiveOptions(BiglakeTableHiveOptions hiveOptions)Sets the value ofBiglakeTableConfig.getHiveOptions()BiglakeTableConfig.Builderid(String id)Sets the value ofBiglakeTableConfig.getId()BiglakeTableConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()BiglakeTableConfig.Buildername(String name)Sets the value ofBiglakeTableConfig.getName()BiglakeTableConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()BiglakeTableConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()BiglakeTableConfig.Buildertimeouts(BiglakeTableTimeouts timeouts)Sets the value ofBiglakeTableConfig.getTimeouts()BiglakeTableConfig.Buildertype(String type)Sets the value ofBiglakeTableConfig.getType()
-
-
-
Method Detail
-
name
@Stability(Stable) public BiglakeTableConfig.Builder name(String name)
Sets the value ofBiglakeTableConfig.getName()- Parameters:
name- Output only. The name of the Table. Format: projects/{project_id_or_number}/locations/{locationId}/catalogs/{catalogId}/databases/{databaseId}/tables/{tableId}. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#name BiglakeTable#name}- Returns:
this
-
database
@Stability(Stable) public BiglakeTableConfig.Builder database(String database)
Sets the value ofBiglakeTableConfig.getDatabase()- Parameters:
database- The id of the parent database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#database BiglakeTable#database}- Returns:
this
-
hiveOptions
@Stability(Stable) public BiglakeTableConfig.Builder hiveOptions(BiglakeTableHiveOptions hiveOptions)
Sets the value ofBiglakeTableConfig.getHiveOptions()- Parameters:
hiveOptions- hive_options block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#hive_options BiglakeTable#hive_options}- Returns:
this
-
id
@Stability(Stable) public BiglakeTableConfig.Builder id(String id)
Sets the value ofBiglakeTableConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#id BiglakeTable#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
-
timeouts
@Stability(Stable) public BiglakeTableConfig.Builder timeouts(BiglakeTableTimeouts timeouts)
Sets the value ofBiglakeTableConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#timeouts BiglakeTable#timeouts}- Returns:
this
-
type
@Stability(Stable) public BiglakeTableConfig.Builder type(String type)
Sets the value ofBiglakeTableConfig.getType()- Parameters:
type- The database type. Possible values: ["HIVE"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#type BiglakeTable#type}- Returns:
this
-
connection
@Stability(Experimental) public BiglakeTableConfig.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 BiglakeTableConfig.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 BiglakeTableConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public BiglakeTableConfig.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 BiglakeTableConfig.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 BiglakeTableConfig.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 BiglakeTableConfig.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 BiglakeTableConfig.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 BiglakeTableConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public BiglakeTableConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BiglakeTableConfig>- Returns:
- a new instance of
BiglakeTableConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-