Interface BiglakeTableHiveOptionsStorageDescriptor

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    BiglakeTableHiveOptionsStorageDescriptor.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.588Z")
    @Stability(Stable)
    public interface BiglakeTableHiveOptionsStorageDescriptor
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getInputFormat

        @Stability(Stable)
        @Nullable
        default String getInputFormat()
        The fully qualified Java class name of the input format.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#input_format BiglakeTable#input_format}

      • getLocationUri

        @Stability(Stable)
        @Nullable
        default String getLocationUri()
        Cloud Storage folder URI where the table data is stored, starting with "gs://".

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#location_uri BiglakeTable#location_uri}

      • getOutputFormat

        @Stability(Stable)
        @Nullable
        default String getOutputFormat()
        The fully qualified Java class name of the output format.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/biglake_table#output_format BiglakeTable#output_format}