Class BigqueryTableExternalDataConfigurationJsonOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_table.BigqueryTableExternalDataConfigurationJsonOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryTableExternalDataConfigurationJsonOptions>
- Enclosing interface:
- BigqueryTableExternalDataConfigurationJsonOptions
@Stability(Stable) public static final class BigqueryTableExternalDataConfigurationJsonOptions.Builder extends Object implements software.amazon.jsii.Builder<BigqueryTableExternalDataConfigurationJsonOptions>
A builder forBigqueryTableExternalDataConfigurationJsonOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryTableExternalDataConfigurationJsonOptionsbuild()Builds the configured instance.BigqueryTableExternalDataConfigurationJsonOptions.Builderencoding(String encoding)Sets the value ofBigqueryTableExternalDataConfigurationJsonOptions.getEncoding()
-
-
-
Method Detail
-
encoding
@Stability(Stable) public BigqueryTableExternalDataConfigurationJsonOptions.Builder encoding(String encoding)
Sets the value ofBigqueryTableExternalDataConfigurationJsonOptions.getEncoding()- Parameters:
encoding- The character encoding of the data. The supported values are UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE. The default value is UTF-8. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_table#encoding BigqueryTable#encoding}- Returns:
this
-
build
@Stability(Stable) public BigqueryTableExternalDataConfigurationJsonOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryTableExternalDataConfigurationJsonOptions>- Returns:
- a new instance of
BigqueryTableExternalDataConfigurationJsonOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-