Class SecretManagerSecretReplicationAuto.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.secret_manager_secret.SecretManagerSecretReplicationAuto.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SecretManagerSecretReplicationAuto>
- Enclosing interface:
- SecretManagerSecretReplicationAuto
@Stability(Stable) public static final class SecretManagerSecretReplicationAuto.Builder extends Object implements software.amazon.jsii.Builder<SecretManagerSecretReplicationAuto>
A builder forSecretManagerSecretReplicationAuto
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretManagerSecretReplicationAutobuild()Builds the configured instance.SecretManagerSecretReplicationAuto.BuildercustomerManagedEncryption(SecretManagerSecretReplicationAutoCustomerManagedEncryption customerManagedEncryption)Sets the value ofSecretManagerSecretReplicationAuto.getCustomerManagedEncryption()
-
-
-
Method Detail
-
customerManagedEncryption
@Stability(Stable) public SecretManagerSecretReplicationAuto.Builder customerManagedEncryption(SecretManagerSecretReplicationAutoCustomerManagedEncryption customerManagedEncryption)
Sets the value ofSecretManagerSecretReplicationAuto.getCustomerManagedEncryption()- Parameters:
customerManagedEncryption- customer_managed_encryption block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#customer_managed_encryption SecretManagerSecret#customer_managed_encryption}- Returns:
this
-
build
@Stability(Stable) public SecretManagerSecretReplicationAuto build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SecretManagerSecretReplicationAuto>- Returns:
- a new instance of
SecretManagerSecretReplicationAuto - Throws:
NullPointerException- if any required attribute was not provided
-
-