Class GkeBackupBackupPlanBackupConfigEncryptionKey.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupConfigEncryptionKey.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GkeBackupBackupPlanBackupConfigEncryptionKey>
- Enclosing interface:
- GkeBackupBackupPlanBackupConfigEncryptionKey
@Stability(Stable) public static final class GkeBackupBackupPlanBackupConfigEncryptionKey.Builder extends Object implements software.amazon.jsii.Builder<GkeBackupBackupPlanBackupConfigEncryptionKey>
A builder forGkeBackupBackupPlanBackupConfigEncryptionKey
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GkeBackupBackupPlanBackupConfigEncryptionKeybuild()Builds the configured instance.GkeBackupBackupPlanBackupConfigEncryptionKey.BuildergcpKmsEncryptionKey(String gcpKmsEncryptionKey)Sets the value ofGkeBackupBackupPlanBackupConfigEncryptionKey.getGcpKmsEncryptionKey()
-
-
-
Method Detail
-
gcpKmsEncryptionKey
@Stability(Stable) public GkeBackupBackupPlanBackupConfigEncryptionKey.Builder gcpKmsEncryptionKey(String gcpKmsEncryptionKey)
Sets the value ofGkeBackupBackupPlanBackupConfigEncryptionKey.getGcpKmsEncryptionKey()- Parameters:
gcpKmsEncryptionKey- Google Cloud KMS encryption key. Format: projects/* /locations/* /keyRings/* /cryptoKeys/*. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#gcp_kms_encryption_key GkeBackupBackupPlan#gcp_kms_encryption_key} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.- Returns:
this
-
build
@Stability(Stable) public GkeBackupBackupPlanBackupConfigEncryptionKey build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GkeBackupBackupPlanBackupConfigEncryptionKey>- Returns:
- a new instance of
GkeBackupBackupPlanBackupConfigEncryptionKey - Throws:
NullPointerException- if any required attribute was not provided
-
-