Class BigqueryConnectionSpark.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_connection.BigqueryConnectionSpark.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryConnectionSpark>
- Enclosing interface:
- BigqueryConnectionSpark
@Stability(Stable) public static final class BigqueryConnectionSpark.Builder extends Object implements software.amazon.jsii.Builder<BigqueryConnectionSpark>
A builder forBigqueryConnectionSpark
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryConnectionSparkbuild()Builds the configured instance.BigqueryConnectionSpark.BuildermetastoreServiceConfig(BigqueryConnectionSparkMetastoreServiceConfig metastoreServiceConfig)Sets the value ofBigqueryConnectionSpark.getMetastoreServiceConfig()BigqueryConnectionSpark.BuildersparkHistoryServerConfig(BigqueryConnectionSparkSparkHistoryServerConfig sparkHistoryServerConfig)Sets the value ofBigqueryConnectionSpark.getSparkHistoryServerConfig()
-
-
-
Method Detail
-
metastoreServiceConfig
@Stability(Stable) public BigqueryConnectionSpark.Builder metastoreServiceConfig(BigqueryConnectionSparkMetastoreServiceConfig metastoreServiceConfig)
Sets the value ofBigqueryConnectionSpark.getMetastoreServiceConfig()- Parameters:
metastoreServiceConfig- metastore_service_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#metastore_service_config BigqueryConnection#metastore_service_config}- Returns:
this
-
sparkHistoryServerConfig
@Stability(Stable) public BigqueryConnectionSpark.Builder sparkHistoryServerConfig(BigqueryConnectionSparkSparkHistoryServerConfig sparkHistoryServerConfig)
Sets the value ofBigqueryConnectionSpark.getSparkHistoryServerConfig()- Parameters:
sparkHistoryServerConfig- spark_history_server_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#spark_history_server_config BigqueryConnection#spark_history_server_config}- Returns:
this
-
build
@Stability(Stable) public BigqueryConnectionSpark build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryConnectionSpark>- Returns:
- a new instance of
BigqueryConnectionSpark - Throws:
NullPointerException- if any required attribute was not provided
-
-