Class BigqueryBiReservationConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_bi_reservation.BigqueryBiReservationConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryBiReservationConfig>
- Enclosing interface:
- BigqueryBiReservationConfig
@Stability(Stable) public static final class BigqueryBiReservationConfig.Builder extends Object implements software.amazon.jsii.Builder<BigqueryBiReservationConfig>
A builder forBigqueryBiReservationConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryBiReservationConfigbuild()Builds the configured instance.BigqueryBiReservationConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()BigqueryBiReservationConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()BigqueryBiReservationConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()BigqueryBiReservationConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()BigqueryBiReservationConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()BigqueryBiReservationConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()BigqueryBiReservationConfig.Builderid(String id)Sets the value ofBigqueryBiReservationConfig.getId()BigqueryBiReservationConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()BigqueryBiReservationConfig.Builderlocation(String location)Sets the value ofBigqueryBiReservationConfig.getLocation()BigqueryBiReservationConfig.BuilderpreferredTables(com.hashicorp.cdktf.IResolvable preferredTables)Sets the value ofBigqueryBiReservationConfig.getPreferredTables()BigqueryBiReservationConfig.BuilderpreferredTables(List<? extends BigqueryBiReservationPreferredTables> preferredTables)Sets the value ofBigqueryBiReservationConfig.getPreferredTables()BigqueryBiReservationConfig.Builderproject(String project)Sets the value ofBigqueryBiReservationConfig.getProject()BigqueryBiReservationConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()BigqueryBiReservationConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()BigqueryBiReservationConfig.Buildersize(Number size)Sets the value ofBigqueryBiReservationConfig.getSize()BigqueryBiReservationConfig.Buildertimeouts(BigqueryBiReservationTimeouts timeouts)Sets the value ofBigqueryBiReservationConfig.getTimeouts()
-
-
-
Method Detail
-
location
@Stability(Stable) public BigqueryBiReservationConfig.Builder location(String location)
Sets the value ofBigqueryBiReservationConfig.getLocation()- Parameters:
location- LOCATION_DESCRIPTION. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#location BigqueryBiReservation#location}- Returns:
this
-
id
@Stability(Stable) public BigqueryBiReservationConfig.Builder id(String id)
Sets the value ofBigqueryBiReservationConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#id BigqueryBiReservation#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
-
preferredTables
@Stability(Stable) public BigqueryBiReservationConfig.Builder preferredTables(com.hashicorp.cdktf.IResolvable preferredTables)
Sets the value ofBigqueryBiReservationConfig.getPreferredTables()- Parameters:
preferredTables- preferred_tables block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#preferred_tables BigqueryBiReservation#preferred_tables}- Returns:
this
-
preferredTables
@Stability(Stable) public BigqueryBiReservationConfig.Builder preferredTables(List<? extends BigqueryBiReservationPreferredTables> preferredTables)
Sets the value ofBigqueryBiReservationConfig.getPreferredTables()- Parameters:
preferredTables- preferred_tables block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#preferred_tables BigqueryBiReservation#preferred_tables}- Returns:
this
-
project
@Stability(Stable) public BigqueryBiReservationConfig.Builder project(String project)
Sets the value ofBigqueryBiReservationConfig.getProject()- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#project BigqueryBiReservation#project}.- Returns:
this
-
size
@Stability(Stable) public BigqueryBiReservationConfig.Builder size(Number size)
Sets the value ofBigqueryBiReservationConfig.getSize()- Parameters:
size- Size of a reservation, in bytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#size BigqueryBiReservation#size}- Returns:
this
-
timeouts
@Stability(Stable) public BigqueryBiReservationConfig.Builder timeouts(BigqueryBiReservationTimeouts timeouts)
Sets the value ofBigqueryBiReservationConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#timeouts BigqueryBiReservation#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public BigqueryBiReservationConfig.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 BigqueryBiReservationConfig.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 BigqueryBiReservationConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public BigqueryBiReservationConfig.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 BigqueryBiReservationConfig.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 BigqueryBiReservationConfig.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 BigqueryBiReservationConfig.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 BigqueryBiReservationConfig.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 BigqueryBiReservationConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public BigqueryBiReservationConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryBiReservationConfig>- Returns:
- a new instance of
BigqueryBiReservationConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-