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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBiglakeTableHiveOptionsStorageDescriptor.BuilderA builder forBiglakeTableHiveOptionsStorageDescriptorstatic classBiglakeTableHiveOptionsStorageDescriptor.Jsii$ProxyAn implementation forBiglakeTableHiveOptionsStorageDescriptor
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BiglakeTableHiveOptionsStorageDescriptor.Builderbuilder()default StringgetInputFormat()The fully qualified Java class name of the input format.default StringgetLocationUri()Cloud Storage folder URI where the table data is stored, starting with "gs://".default StringgetOutputFormat()The fully qualified Java class name of the output format.
-
-
-
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}
-
builder
@Stability(Stable) static BiglakeTableHiveOptionsStorageDescriptor.Builder builder()
-
-