Interface BigqueryTableExternalDataConfigurationJsonOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryTableExternalDataConfigurationJsonOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.737Z") @Stability(Stable) public interface BigqueryTableExternalDataConfigurationJsonOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryTableExternalDataConfigurationJsonOptions.BuilderA builder forBigqueryTableExternalDataConfigurationJsonOptionsstatic classBigqueryTableExternalDataConfigurationJsonOptions.Jsii$ProxyAn implementation forBigqueryTableExternalDataConfigurationJsonOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryTableExternalDataConfigurationJsonOptions.Builderbuilder()default StringgetEncoding()The character encoding of the data.
-
-
-
Method Detail
-
getEncoding
@Stability(Stable) @Nullable default String getEncoding()
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}
-
builder
@Stability(Stable) static BigqueryTableExternalDataConfigurationJsonOptions.Builder builder()
-
-