Class DataplexZoneDiscoverySpecJsonOptions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_zone.DataplexZoneDiscoverySpecJsonOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexZoneDiscoverySpecJsonOptions>
- Enclosing interface:
- DataplexZoneDiscoverySpecJsonOptions
@Stability(Stable) public static final class DataplexZoneDiscoverySpecJsonOptions.Builder extends Object implements software.amazon.jsii.Builder<DataplexZoneDiscoverySpecJsonOptions>
A builder forDataplexZoneDiscoverySpecJsonOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexZoneDiscoverySpecJsonOptionsbuild()Builds the configured instance.DataplexZoneDiscoverySpecJsonOptions.BuilderdisableTypeInference(com.hashicorp.cdktf.IResolvable disableTypeInference)Sets the value ofDataplexZoneDiscoverySpecJsonOptions.getDisableTypeInference()DataplexZoneDiscoverySpecJsonOptions.BuilderdisableTypeInference(Boolean disableTypeInference)Sets the value ofDataplexZoneDiscoverySpecJsonOptions.getDisableTypeInference()DataplexZoneDiscoverySpecJsonOptions.Builderencoding(String encoding)Sets the value ofDataplexZoneDiscoverySpecJsonOptions.getEncoding()
-
-
-
Method Detail
-
disableTypeInference
@Stability(Stable) public DataplexZoneDiscoverySpecJsonOptions.Builder disableTypeInference(Boolean disableTypeInference)
Sets the value ofDataplexZoneDiscoverySpecJsonOptions.getDisableTypeInference()- Parameters:
disableTypeInference- Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#disable_type_inference DataplexZone#disable_type_inference}- Returns:
this
-
disableTypeInference
@Stability(Stable) public DataplexZoneDiscoverySpecJsonOptions.Builder disableTypeInference(com.hashicorp.cdktf.IResolvable disableTypeInference)
Sets the value ofDataplexZoneDiscoverySpecJsonOptions.getDisableTypeInference()- Parameters:
disableTypeInference- Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#disable_type_inference DataplexZone#disable_type_inference}- Returns:
this
-
encoding
@Stability(Stable) public DataplexZoneDiscoverySpecJsonOptions.Builder encoding(String encoding)
Sets the value ofDataplexZoneDiscoverySpecJsonOptions.getEncoding()- Parameters:
encoding- Optional. The character encoding of the data. The default is UTF-8. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#encoding DataplexZone#encoding}- Returns:
this
-
build
@Stability(Stable) public DataplexZoneDiscoverySpecJsonOptions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexZoneDiscoverySpecJsonOptions>- Returns:
- a new instance of
DataplexZoneDiscoverySpecJsonOptions - Throws:
NullPointerException- if any required attribute was not provided
-
-