Class BiglakeTableHiveOptionsStorageDescriptor.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.biglake_table.BiglakeTableHiveOptionsStorageDescriptor.Jsii$Proxy
-
- All Implemented Interfaces:
BiglakeTableHiveOptionsStorageDescriptor,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BiglakeTableHiveOptionsStorageDescriptor
@Stability(Stable) @Internal public static final class BiglakeTableHiveOptionsStorageDescriptor.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BiglakeTableHiveOptionsStorageDescriptor
An implementation forBiglakeTableHiveOptionsStorageDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.biglake_table.BiglakeTableHiveOptionsStorageDescriptor
BiglakeTableHiveOptionsStorageDescriptor.Builder, BiglakeTableHiveOptionsStorageDescriptor.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BiglakeTableHiveOptionsStorageDescriptor.Builder builder)Constructor that initializes the object based on literal property values passed by theBiglakeTableHiveOptionsStorageDescriptor.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetInputFormat()The fully qualified Java class name of the input format.StringgetLocationUri()Cloud Storage folder URI where the table data is stored, starting with "gs://".StringgetOutputFormat()The fully qualified Java class name of the output format.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BiglakeTableHiveOptionsStorageDescriptor.Builder builder)
Constructor that initializes the object based on literal property values passed by theBiglakeTableHiveOptionsStorageDescriptor.Builder.
-
-
Method Detail
-
getInputFormat
public final String getInputFormat()
Description copied from interface:BiglakeTableHiveOptionsStorageDescriptorThe 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}
- Specified by:
getInputFormatin interfaceBiglakeTableHiveOptionsStorageDescriptor
-
getLocationUri
public final String getLocationUri()
Description copied from interface:BiglakeTableHiveOptionsStorageDescriptorCloud 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}
- Specified by:
getLocationUriin interfaceBiglakeTableHiveOptionsStorageDescriptor
-
getOutputFormat
public final String getOutputFormat()
Description copied from interface:BiglakeTableHiveOptionsStorageDescriptorThe 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}
- Specified by:
getOutputFormatin interfaceBiglakeTableHiveOptionsStorageDescriptor
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-