Class BigqueryTableExternalDataConfigurationOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.737Z")
    @Stability(Stable)
    public class BigqueryTableExternalDataConfigurationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • BigqueryTableExternalDataConfigurationOutputReference

        protected BigqueryTableExternalDataConfigurationOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • BigqueryTableExternalDataConfigurationOutputReference

        protected BigqueryTableExternalDataConfigurationOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • BigqueryTableExternalDataConfigurationOutputReference

        @Stability(Stable)
        public BigqueryTableExternalDataConfigurationOutputReference​(@NotNull
                                                                     com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                     @NotNull
                                                                     String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetAvroOptions

        @Stability(Stable)
        public void resetAvroOptions()
      • resetBigtableOptions

        @Stability(Stable)
        public void resetBigtableOptions()
      • resetCompression

        @Stability(Stable)
        public void resetCompression()
      • resetConnectionId

        @Stability(Stable)
        public void resetConnectionId()
      • resetCsvOptions

        @Stability(Stable)
        public void resetCsvOptions()
      • resetFileSetSpecType

        @Stability(Stable)
        public void resetFileSetSpecType()
      • resetGoogleSheetsOptions

        @Stability(Stable)
        public void resetGoogleSheetsOptions()
      • resetHivePartitioningOptions

        @Stability(Stable)
        public void resetHivePartitioningOptions()
      • resetIgnoreUnknownValues

        @Stability(Stable)
        public void resetIgnoreUnknownValues()
      • resetJsonExtension

        @Stability(Stable)
        public void resetJsonExtension()
      • resetJsonOptions

        @Stability(Stable)
        public void resetJsonOptions()
      • resetMaxBadRecords

        @Stability(Stable)
        public void resetMaxBadRecords()
      • resetMetadataCacheMode

        @Stability(Stable)
        public void resetMetadataCacheMode()
      • resetObjectMetadata

        @Stability(Stable)
        public void resetObjectMetadata()
      • resetParquetOptions

        @Stability(Stable)
        public void resetParquetOptions()
      • resetReferenceFileSchemaUri

        @Stability(Stable)
        public void resetReferenceFileSchemaUri()
      • resetSchema

        @Stability(Stable)
        public void resetSchema()
      • resetSourceFormat

        @Stability(Stable)
        public void resetSourceFormat()
      • getAutodetectInput

        @Stability(Stable)
        @Nullable
        public Object getAutodetectInput()
      • getCompressionInput

        @Stability(Stable)
        @Nullable
        public String getCompressionInput()
      • getConnectionIdInput

        @Stability(Stable)
        @Nullable
        public String getConnectionIdInput()
      • getFileSetSpecTypeInput

        @Stability(Stable)
        @Nullable
        public String getFileSetSpecTypeInput()
      • getIgnoreUnknownValuesInput

        @Stability(Stable)
        @Nullable
        public Object getIgnoreUnknownValuesInput()
      • getJsonExtensionInput

        @Stability(Stable)
        @Nullable
        public String getJsonExtensionInput()
      • getMaxBadRecordsInput

        @Stability(Stable)
        @Nullable
        public Number getMaxBadRecordsInput()
      • getMetadataCacheModeInput

        @Stability(Stable)
        @Nullable
        public String getMetadataCacheModeInput()
      • getObjectMetadataInput

        @Stability(Stable)
        @Nullable
        public String getObjectMetadataInput()
      • getReferenceFileSchemaUriInput

        @Stability(Stable)
        @Nullable
        public String getReferenceFileSchemaUriInput()
      • getSchemaInput

        @Stability(Stable)
        @Nullable
        public String getSchemaInput()
      • getSourceFormatInput

        @Stability(Stable)
        @Nullable
        public String getSourceFormatInput()
      • getSourceUrisInput

        @Stability(Stable)
        @Nullable
        public List<String> getSourceUrisInput()
      • getAutodetect

        @Stability(Stable)
        @NotNull
        public Object getAutodetect()
      • setAutodetect

        @Stability(Stable)
        public void setAutodetect​(@NotNull
                                  Boolean value)
      • setAutodetect

        @Stability(Stable)
        public void setAutodetect​(@NotNull
                                  com.hashicorp.cdktf.IResolvable value)
      • getCompression

        @Stability(Stable)
        @NotNull
        public String getCompression()
      • setCompression

        @Stability(Stable)
        public void setCompression​(@NotNull
                                   String value)
      • getConnectionId

        @Stability(Stable)
        @NotNull
        public String getConnectionId()
      • setConnectionId

        @Stability(Stable)
        public void setConnectionId​(@NotNull
                                    String value)
      • getFileSetSpecType

        @Stability(Stable)
        @NotNull
        public String getFileSetSpecType()
      • setFileSetSpecType

        @Stability(Stable)
        public void setFileSetSpecType​(@NotNull
                                       String value)
      • getIgnoreUnknownValues

        @Stability(Stable)
        @NotNull
        public Object getIgnoreUnknownValues()
      • setIgnoreUnknownValues

        @Stability(Stable)
        public void setIgnoreUnknownValues​(@NotNull
                                           Boolean value)
      • setIgnoreUnknownValues

        @Stability(Stable)
        public void setIgnoreUnknownValues​(@NotNull
                                           com.hashicorp.cdktf.IResolvable value)
      • getJsonExtension

        @Stability(Stable)
        @NotNull
        public String getJsonExtension()
      • setJsonExtension

        @Stability(Stable)
        public void setJsonExtension​(@NotNull
                                     String value)
      • getMaxBadRecords

        @Stability(Stable)
        @NotNull
        public Number getMaxBadRecords()
      • setMaxBadRecords

        @Stability(Stable)
        public void setMaxBadRecords​(@NotNull
                                     Number value)
      • getMetadataCacheMode

        @Stability(Stable)
        @NotNull
        public String getMetadataCacheMode()
      • setMetadataCacheMode

        @Stability(Stable)
        public void setMetadataCacheMode​(@NotNull
                                         String value)
      • getObjectMetadata

        @Stability(Stable)
        @NotNull
        public String getObjectMetadata()
      • setObjectMetadata

        @Stability(Stable)
        public void setObjectMetadata​(@NotNull
                                      String value)
      • getReferenceFileSchemaUri

        @Stability(Stable)
        @NotNull
        public String getReferenceFileSchemaUri()
      • setReferenceFileSchemaUri

        @Stability(Stable)
        public void setReferenceFileSchemaUri​(@NotNull
                                              String value)
      • getSchema

        @Stability(Stable)
        @NotNull
        public String getSchema()
      • setSchema

        @Stability(Stable)
        public void setSchema​(@NotNull
                              String value)
      • getSourceFormat

        @Stability(Stable)
        @NotNull
        public String getSourceFormat()
      • setSourceFormat

        @Stability(Stable)
        public void setSourceFormat​(@NotNull
                                    String value)
      • getSourceUris

        @Stability(Stable)
        @NotNull
        public List<String> getSourceUris()
      • setSourceUris

        @Stability(Stable)
        public void setSourceUris​(@NotNull
                                  List<String> value)