Class DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig>
- Enclosing interface:
- DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig
@Stability(Stable) public static final class DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder extends Object implements software.amazon.jsii.Builder<DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfigbuild()Builds the configured instance.DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig.BuilderkerberosConfig(DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfig kerberosConfig)
-
-
-
Method Detail
-
kerberosConfig
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder kerberosConfig(DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfig kerberosConfig)
Sets the value ofDataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig.getKerberosConfig()- Parameters:
kerberosConfig- kerberos_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#kerberos_config DataprocWorkflowTemplate#kerberos_config}- Returns:
this
-
build
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig>- Returns:
- a new instance of
DataprocWorkflowTemplatePlacementManagedClusterConfigSecurityConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-