Class BiglakeTableHiveOptionsOutputReference

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

      • BiglakeTableHiveOptionsOutputReference

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

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

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

      • resetParameters

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

        @Stability(Stable)
        public void resetStorageDescriptor()
      • resetTableType

        @Stability(Stable)
        public void resetTableType()
      • getParametersInput

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

        @Stability(Stable)
        @Nullable
        public String getTableTypeInput()
      • getParameters

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

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

        @Stability(Stable)
        @NotNull
        public String getTableType()
      • setTableType

        @Stability(Stable)
        public void setTableType​(@NotNull
                                 String value)