Class AlloydbClusterAutomatedBackupPolicyEncryptionConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.alloydb_cluster.AlloydbClusterAutomatedBackupPolicyEncryptionConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AlloydbClusterAutomatedBackupPolicyEncryptionConfig>
- Enclosing interface:
- AlloydbClusterAutomatedBackupPolicyEncryptionConfig
@Stability(Stable) public static final class AlloydbClusterAutomatedBackupPolicyEncryptionConfig.Builder extends Object implements software.amazon.jsii.Builder<AlloydbClusterAutomatedBackupPolicyEncryptionConfig>
A builder forAlloydbClusterAutomatedBackupPolicyEncryptionConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlloydbClusterAutomatedBackupPolicyEncryptionConfigbuild()Builds the configured instance.AlloydbClusterAutomatedBackupPolicyEncryptionConfig.BuilderkmsKeyName(String kmsKeyName)Sets the value ofAlloydbClusterAutomatedBackupPolicyEncryptionConfig.getKmsKeyName()
-
-
-
Method Detail
-
kmsKeyName
@Stability(Stable) public AlloydbClusterAutomatedBackupPolicyEncryptionConfig.Builder kmsKeyName(String kmsKeyName)
Sets the value ofAlloydbClusterAutomatedBackupPolicyEncryptionConfig.getKmsKeyName()- Parameters:
kmsKeyName- The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#kms_key_name AlloydbCluster#kms_key_name}- Returns:
this
-
build
@Stability(Stable) public AlloydbClusterAutomatedBackupPolicyEncryptionConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AlloydbClusterAutomatedBackupPolicyEncryptionConfig>- Returns:
- a new instance of
AlloydbClusterAutomatedBackupPolicyEncryptionConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-