Class BigqueryConnectionSparkSparkHistoryServerConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_connection.BigqueryConnectionSparkSparkHistoryServerConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryConnectionSparkSparkHistoryServerConfig>
- Enclosing interface:
- BigqueryConnectionSparkSparkHistoryServerConfig
@Stability(Stable) public static final class BigqueryConnectionSparkSparkHistoryServerConfig.Builder extends Object implements software.amazon.jsii.Builder<BigqueryConnectionSparkSparkHistoryServerConfig>
A builder forBigqueryConnectionSparkSparkHistoryServerConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryConnectionSparkSparkHistoryServerConfigbuild()Builds the configured instance.BigqueryConnectionSparkSparkHistoryServerConfig.BuilderdataprocCluster(String dataprocCluster)Sets the value ofBigqueryConnectionSparkSparkHistoryServerConfig.getDataprocCluster()
-
-
-
Method Detail
-
dataprocCluster
@Stability(Stable) public BigqueryConnectionSparkSparkHistoryServerConfig.Builder dataprocCluster(String dataprocCluster)
Sets the value ofBigqueryConnectionSparkSparkHistoryServerConfig.getDataprocCluster()- Parameters:
dataprocCluster- Resource name of an existing Dataproc Cluster to act as a Spark History Server for the connection if the form of projects/[projectId]/regions/[region]/clusters/[cluster_name]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_connection#dataproc_cluster BigqueryConnection#dataproc_cluster}- Returns:
this
-
build
@Stability(Stable) public BigqueryConnectionSparkSparkHistoryServerConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryConnectionSparkSparkHistoryServerConfig>- Returns:
- a new instance of
BigqueryConnectionSparkSparkHistoryServerConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-