Class AlloydbClusterContinuousBackupConfigEncryptionConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.alloydb_cluster.AlloydbClusterContinuousBackupConfigEncryptionConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AlloydbClusterContinuousBackupConfigEncryptionConfig>
- Enclosing interface:
- AlloydbClusterContinuousBackupConfigEncryptionConfig
@Stability(Stable) public static final class AlloydbClusterContinuousBackupConfigEncryptionConfig.Builder extends Object implements software.amazon.jsii.Builder<AlloydbClusterContinuousBackupConfigEncryptionConfig>
A builder forAlloydbClusterContinuousBackupConfigEncryptionConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlloydbClusterContinuousBackupConfigEncryptionConfigbuild()Builds the configured instance.AlloydbClusterContinuousBackupConfigEncryptionConfig.BuilderkmsKeyName(String kmsKeyName)Sets the value ofAlloydbClusterContinuousBackupConfigEncryptionConfig.getKmsKeyName()
-
-
-
Method Detail
-
kmsKeyName
@Stability(Stable) public AlloydbClusterContinuousBackupConfigEncryptionConfig.Builder kmsKeyName(String kmsKeyName)
Sets the value ofAlloydbClusterContinuousBackupConfigEncryptionConfig.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 AlloydbClusterContinuousBackupConfigEncryptionConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AlloydbClusterContinuousBackupConfigEncryptionConfig>- Returns:
- a new instance of
AlloydbClusterContinuousBackupConfigEncryptionConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-