Class DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataproc_workflow_template.DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig>
- Enclosing interface:
- DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig
@Stability(Stable) public static final class DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Builder extends Object implements software.amazon.jsii.Builder<DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfigbuild()Builds the configured instance.DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.BuildergcePdKmsKeyName(String gcePdKmsKeyName)
-
-
-
Method Detail
-
gcePdKmsKeyName
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.Builder gcePdKmsKeyName(String gcePdKmsKeyName)
Sets the value ofDataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig.getGcePdKmsKeyName()- Parameters:
gcePdKmsKeyName- Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#gce_pd_kms_key_name DataprocWorkflowTemplate#gce_pd_kms_key_name}- Returns:
this
-
build
@Stability(Stable) public DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig>- Returns:
- a new instance of
DataprocWorkflowTemplatePlacementManagedClusterConfigEncryptionConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-