Class BigqueryJobLoadParquetOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobLoadParquetOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryJobLoadParquetOptions>
- Enclosing interface:
- BigqueryJobLoadParquetOptions
@Stability(Stable) public static final class BigqueryJobLoadParquetOptions.Builder extends Object implements software.amazon.jsii.Builder<BigqueryJobLoadParquetOptions>
A builder forBigqueryJobLoadParquetOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryJobLoadParquetOptionsbuild()Builds the configured instance.BigqueryJobLoadParquetOptions.BuilderenableListInference(com.hashicorp.cdktf.IResolvable enableListInference)Sets the value ofBigqueryJobLoadParquetOptions.getEnableListInference()BigqueryJobLoadParquetOptions.BuilderenableListInference(Boolean enableListInference)Sets the value ofBigqueryJobLoadParquetOptions.getEnableListInference()BigqueryJobLoadParquetOptions.BuilderenumAsString(com.hashicorp.cdktf.IResolvable enumAsString)Sets the value ofBigqueryJobLoadParquetOptions.getEnumAsString()BigqueryJobLoadParquetOptions.BuilderenumAsString(Boolean enumAsString)Sets the value ofBigqueryJobLoadParquetOptions.getEnumAsString()
-
-
-
Method Detail
-
enableListInference
@Stability(Stable) public BigqueryJobLoadParquetOptions.Builder enableListInference(Boolean enableListInference)
Sets the value ofBigqueryJobLoadParquetOptions.getEnableListInference()- Parameters:
enableListInference- If sourceFormat is set to PARQUET, indicates whether to use schema inference specifically for Parquet LIST logical type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enable_list_inference BigqueryJob#enable_list_inference}- Returns:
this
-
enableListInference
@Stability(Stable) public BigqueryJobLoadParquetOptions.Builder enableListInference(com.hashicorp.cdktf.IResolvable enableListInference)
Sets the value ofBigqueryJobLoadParquetOptions.getEnableListInference()- Parameters:
enableListInference- If sourceFormat is set to PARQUET, indicates whether to use schema inference specifically for Parquet LIST logical type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enable_list_inference BigqueryJob#enable_list_inference}- Returns:
this
-
enumAsString
@Stability(Stable) public BigqueryJobLoadParquetOptions.Builder enumAsString(Boolean enumAsString)
Sets the value ofBigqueryJobLoadParquetOptions.getEnumAsString()- Parameters:
enumAsString- If sourceFormat is set to PARQUET, indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enum_as_string BigqueryJob#enum_as_string}- Returns:
this
-
enumAsString
@Stability(Stable) public BigqueryJobLoadParquetOptions.Builder enumAsString(com.hashicorp.cdktf.IResolvable enumAsString)
Sets the value ofBigqueryJobLoadParquetOptions.getEnumAsString()- Parameters:
enumAsString- If sourceFormat is set to PARQUET, indicates whether to infer Parquet ENUM logical type as STRING instead of BYTES by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#enum_as_string BigqueryJob#enum_as_string}- Returns:
this
-
build
@Stability(Stable) public BigqueryJobLoadParquetOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryJobLoadParquetOptions>- Returns:
- a new instance of
BigqueryJobLoadParquetOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-