Class DataprocClusterClusterConfigEndpointConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_cluster.DataprocClusterClusterConfigEndpointConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocClusterClusterConfigEndpointConfig>
- Enclosing interface:
- DataprocClusterClusterConfigEndpointConfig
@Stability(Stable) public static final class DataprocClusterClusterConfigEndpointConfig.Builder extends Object implements software.amazon.jsii.Builder<DataprocClusterClusterConfigEndpointConfig>
A builder forDataprocClusterClusterConfigEndpointConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocClusterClusterConfigEndpointConfigbuild()Builds the configured instance.DataprocClusterClusterConfigEndpointConfig.BuilderenableHttpPortAccess(com.hashicorp.cdktf.IResolvable enableHttpPortAccess)Sets the value ofDataprocClusterClusterConfigEndpointConfig.getEnableHttpPortAccess()DataprocClusterClusterConfigEndpointConfig.BuilderenableHttpPortAccess(Boolean enableHttpPortAccess)Sets the value ofDataprocClusterClusterConfigEndpointConfig.getEnableHttpPortAccess()
-
-
-
Method Detail
-
enableHttpPortAccess
@Stability(Stable) public DataprocClusterClusterConfigEndpointConfig.Builder enableHttpPortAccess(Boolean enableHttpPortAccess)
Sets the value ofDataprocClusterClusterConfigEndpointConfig.getEnableHttpPortAccess()- Parameters:
enableHttpPortAccess- The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway). This parameter is required. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#enable_http_port_access DataprocCluster#enable_http_port_access}- Returns:
this
-
enableHttpPortAccess
@Stability(Stable) public DataprocClusterClusterConfigEndpointConfig.Builder enableHttpPortAccess(com.hashicorp.cdktf.IResolvable enableHttpPortAccess)
Sets the value ofDataprocClusterClusterConfigEndpointConfig.getEnableHttpPortAccess()- Parameters:
enableHttpPortAccess- The flag to enable http access to specific ports on the cluster from external sources (aka Component Gateway). This parameter is required. Defaults to false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_cluster#enable_http_port_access DataprocCluster#enable_http_port_access}- Returns:
this
-
build
@Stability(Stable) public DataprocClusterClusterConfigEndpointConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocClusterClusterConfigEndpointConfig>- Returns:
- a new instance of
DataprocClusterClusterConfigEndpointConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-