Package com.pulumi.gcp.bigquery.inputs
Class TableExternalDataConfigurationAvroOptionsArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.bigquery.inputs.TableExternalDataConfigurationAvroOptionsArgs.Builder
-
- Enclosing class:
- TableExternalDataConfigurationAvroOptionsArgs
public static final class TableExternalDataConfigurationAvroOptionsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(TableExternalDataConfigurationAvroOptionsArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableExternalDataConfigurationAvroOptionsArgs
build()
TableExternalDataConfigurationAvroOptionsArgs.Builder
useAvroLogicalTypes(com.pulumi.core.Output<java.lang.Boolean> useAvroLogicalTypes)
TableExternalDataConfigurationAvroOptionsArgs.Builder
useAvroLogicalTypes(java.lang.Boolean useAvroLogicalTypes)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TableExternalDataConfigurationAvroOptionsArgs defaults)
-
-
Method Detail
-
useAvroLogicalTypes
public TableExternalDataConfigurationAvroOptionsArgs.Builder useAvroLogicalTypes(com.pulumi.core.Output<java.lang.Boolean> useAvroLogicalTypes)
- Parameters:
useAvroLogicalTypes
- If is set to true, indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).- Returns:
- builder
-
useAvroLogicalTypes
public TableExternalDataConfigurationAvroOptionsArgs.Builder useAvroLogicalTypes(java.lang.Boolean useAvroLogicalTypes)
- Parameters:
useAvroLogicalTypes
- If is set to true, indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).- Returns:
- builder
-
build
public TableExternalDataConfigurationAvroOptionsArgs build()
-
-