Class BiglakeTableHiveOptionsStorageDescriptor.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.biglake_table.BiglakeTableHiveOptionsStorageDescriptor.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BiglakeTableHiveOptionsStorageDescriptor>
- Enclosing interface:
- BiglakeTableHiveOptionsStorageDescriptor
@Stability(Stable) public static final class BiglakeTableHiveOptionsStorageDescriptor.Builder extends Object implements software.amazon.jsii.Builder<BiglakeTableHiveOptionsStorageDescriptor>
A builder forBiglakeTableHiveOptionsStorageDescriptor
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BiglakeTableHiveOptionsStorageDescriptorbuild()Builds the configured instance.BiglakeTableHiveOptionsStorageDescriptor.BuilderinputFormat(String inputFormat)Sets the value ofBiglakeTableHiveOptionsStorageDescriptor.getInputFormat()BiglakeTableHiveOptionsStorageDescriptor.BuilderlocationUri(String locationUri)Sets the value ofBiglakeTableHiveOptionsStorageDescriptor.getLocationUri()BiglakeTableHiveOptionsStorageDescriptor.BuilderoutputFormat(String outputFormat)Sets the value ofBiglakeTableHiveOptionsStorageDescriptor.getOutputFormat()
-
-
-
Method Detail
-
inputFormat
@Stability(Stable) public BiglakeTableHiveOptionsStorageDescriptor.Builder inputFormat(String inputFormat)
Sets the value ofBiglakeTableHiveOptionsStorageDescriptor.getInputFormat()- Parameters:
inputFormat- 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}- Returns:
this
-
locationUri
@Stability(Stable) public BiglakeTableHiveOptionsStorageDescriptor.Builder locationUri(String locationUri)
Sets the value ofBiglakeTableHiveOptionsStorageDescriptor.getLocationUri()- Parameters:
locationUri- 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}- Returns:
this
-
outputFormat
@Stability(Stable) public BiglakeTableHiveOptionsStorageDescriptor.Builder outputFormat(String outputFormat)
Sets the value ofBiglakeTableHiveOptionsStorageDescriptor.getOutputFormat()- Parameters:
outputFormat- 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}- Returns:
this
-
build
@Stability(Stable) public BiglakeTableHiveOptionsStorageDescriptor build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BiglakeTableHiveOptionsStorageDescriptor>- Returns:
- a new instance of
BiglakeTableHiveOptionsStorageDescriptor - Throws:
NullPointerException- if any required attribute was not provided
-
-