Package com.pulumi.gcp.dataproc.outputs
Class WorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataproc.outputs.WorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder
-
- Enclosing class:
- WorkflowTemplatePlacementManagedClusterConfigSecurityConfig
public static final class WorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(WorkflowTemplatePlacementManagedClusterConfigSecurityConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowTemplatePlacementManagedClusterConfigSecurityConfig
build()
WorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder
kerberosConfig(WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfig kerberosConfig)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(WorkflowTemplatePlacementManagedClusterConfigSecurityConfig defaults)
-
-
Method Detail
-
kerberosConfig
public WorkflowTemplatePlacementManagedClusterConfigSecurityConfig.Builder kerberosConfig(@Nullable WorkflowTemplatePlacementManagedClusterConfigSecurityConfigKerberosConfig kerberosConfig)
-
build
public WorkflowTemplatePlacementManagedClusterConfigSecurityConfig build()
-
-