Class DataplexZoneDiscoverySpecCsvOptionsOutputReference

  • 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:20.666Z")
    @Stability(Stable)
    public class DataplexZoneDiscoverySpecCsvOptionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataplexZoneDiscoverySpecCsvOptionsOutputReference

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

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

        @Stability(Stable)
        public DataplexZoneDiscoverySpecCsvOptionsOutputReference​(@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

      • resetDelimiter

        @Stability(Stable)
        public void resetDelimiter()
      • resetDisableTypeInference

        @Stability(Stable)
        public void resetDisableTypeInference()
      • resetEncoding

        @Stability(Stable)
        public void resetEncoding()
      • resetHeaderRows

        @Stability(Stable)
        public void resetHeaderRows()
      • getDelimiterInput

        @Stability(Stable)
        @Nullable
        public String getDelimiterInput()
      • getDisableTypeInferenceInput

        @Stability(Stable)
        @Nullable
        public Object getDisableTypeInferenceInput()
      • getEncodingInput

        @Stability(Stable)
        @Nullable
        public String getEncodingInput()
      • getHeaderRowsInput

        @Stability(Stable)
        @Nullable
        public Number getHeaderRowsInput()
      • getDelimiter

        @Stability(Stable)
        @NotNull
        public String getDelimiter()
      • setDelimiter

        @Stability(Stable)
        public void setDelimiter​(@NotNull
                                 String value)
      • getDisableTypeInference

        @Stability(Stable)
        @NotNull
        public Object getDisableTypeInference()
      • setDisableTypeInference

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

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

        @Stability(Stable)
        @NotNull
        public String getEncoding()
      • setEncoding

        @Stability(Stable)
        public void setEncoding​(@NotNull
                                String value)
      • getHeaderRows

        @Stability(Stable)
        @NotNull
        public Number getHeaderRows()
      • setHeaderRows

        @Stability(Stable)
        public void setHeaderRows​(@NotNull
                                  Number value)