Class GlueCatalogTableStorageDescriptorOutputReference

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.179Z")
    @Stability(Stable)
    public class GlueCatalogTableStorageDescriptorOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • GlueCatalogTableStorageDescriptorOutputReference

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

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

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

      • putColumns

        @Stability(Stable)
        public void putColumns​(@NotNull
                               Object value)
        Parameters:
        value - This parameter is required.
      • putSortColumns

        @Stability(Stable)
        public void putSortColumns​(@NotNull
                                   Object value)
        Parameters:
        value - This parameter is required.
      • resetBucketColumns

        @Stability(Stable)
        public void resetBucketColumns()
      • resetColumns

        @Stability(Stable)
        public void resetColumns()
      • resetCompressed

        @Stability(Stable)
        public void resetCompressed()
      • resetInputFormat

        @Stability(Stable)
        public void resetInputFormat()
      • resetLocation

        @Stability(Stable)
        public void resetLocation()
      • resetNumberOfBuckets

        @Stability(Stable)
        public void resetNumberOfBuckets()
      • resetOutputFormat

        @Stability(Stable)
        public void resetOutputFormat()
      • resetParameters

        @Stability(Stable)
        public void resetParameters()
      • resetSchemaReference

        @Stability(Stable)
        public void resetSchemaReference()
      • resetSerDeInfo

        @Stability(Stable)
        public void resetSerDeInfo()
      • resetSkewedInfo

        @Stability(Stable)
        public void resetSkewedInfo()
      • resetSortColumns

        @Stability(Stable)
        public void resetSortColumns()
      • resetStoredAsSubDirectories

        @Stability(Stable)
        public void resetStoredAsSubDirectories()
      • getBucketColumnsInput

        @Stability(Stable)
        @Nullable
        public List<String> getBucketColumnsInput()
      • getColumnsInput

        @Stability(Stable)
        @Nullable
        public Object getColumnsInput()
      • getCompressedInput

        @Stability(Stable)
        @Nullable
        public Object getCompressedInput()
      • getInputFormatInput

        @Stability(Stable)
        @Nullable
        public String getInputFormatInput()
      • getLocationInput

        @Stability(Stable)
        @Nullable
        public String getLocationInput()
      • getNumberOfBucketsInput

        @Stability(Stable)
        @Nullable
        public Number getNumberOfBucketsInput()
      • getOutputFormatInput

        @Stability(Stable)
        @Nullable
        public String getOutputFormatInput()
      • getParametersInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getParametersInput()
      • getSortColumnsInput

        @Stability(Stable)
        @Nullable
        public Object getSortColumnsInput()
      • getStoredAsSubDirectoriesInput

        @Stability(Stable)
        @Nullable
        public Object getStoredAsSubDirectoriesInput()
      • getBucketColumns

        @Stability(Stable)
        @NotNull
        public List<String> getBucketColumns()
      • setBucketColumns

        @Stability(Stable)
        public void setBucketColumns​(@NotNull
                                     List<String> value)
      • getCompressed

        @Stability(Stable)
        @NotNull
        public Object getCompressed()
      • setCompressed

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

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

        @Stability(Stable)
        @NotNull
        public String getInputFormat()
      • setInputFormat

        @Stability(Stable)
        public void setInputFormat​(@NotNull
                                   String value)
      • getLocation

        @Stability(Stable)
        @NotNull
        public String getLocation()
      • setLocation

        @Stability(Stable)
        public void setLocation​(@NotNull
                                String value)
      • getNumberOfBuckets

        @Stability(Stable)
        @NotNull
        public Number getNumberOfBuckets()
      • setNumberOfBuckets

        @Stability(Stable)
        public void setNumberOfBuckets​(@NotNull
                                       Number value)
      • getOutputFormat

        @Stability(Stable)
        @NotNull
        public String getOutputFormat()
      • setOutputFormat

        @Stability(Stable)
        public void setOutputFormat​(@NotNull
                                    String value)
      • getParameters

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getParameters()
      • setParameters

        @Stability(Stable)
        public void setParameters​(@NotNull
                                  Map<String,​String> value)
      • getStoredAsSubDirectories

        @Stability(Stable)
        @NotNull
        public Object getStoredAsSubDirectories()
      • setStoredAsSubDirectories

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

        @Stability(Stable)
        public void setStoredAsSubDirectories​(@NotNull
                                              com.hashicorp.cdktf.IResolvable value)