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