Class BigqueryTableRangePartitioning.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableRangePartitioning.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryTableRangePartitioning>
- Enclosing interface:
- BigqueryTableRangePartitioning
@Stability(Stable) public static final class BigqueryTableRangePartitioning.Builder extends Object implements software.amazon.jsii.Builder<BigqueryTableRangePartitioning>
A builder forBigqueryTableRangePartitioning
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryTableRangePartitioningbuild()Builds the configured instance.BigqueryTableRangePartitioning.Builderfield(String field)Sets the value ofBigqueryTableRangePartitioning.getField()BigqueryTableRangePartitioning.Builderrange(BigqueryTableRangePartitioningRange range)Sets the value ofBigqueryTableRangePartitioning.getRange()
-
-
-
Method Detail
-
field
@Stability(Stable) public BigqueryTableRangePartitioning.Builder field(String field)
Sets the value ofBigqueryTableRangePartitioning.getField()- Parameters:
field- The field used to determine how to create a range-based partition. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#field BigqueryTable#field}- Returns:
this
-
range
@Stability(Stable) public BigqueryTableRangePartitioning.Builder range(BigqueryTableRangePartitioningRange range)
Sets the value ofBigqueryTableRangePartitioning.getRange()- Parameters:
range- range block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#range BigqueryTable#range}- Returns:
this
-
build
@Stability(Stable) public BigqueryTableRangePartitioning build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryTableRangePartitioning>- Returns:
- a new instance of
BigqueryTableRangePartitioning - Throws:
NullPointerException- if any required attribute was not provided
-
-