Class SecretManagerSecretReplicationUserManagedReplicas.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.secret_manager_secret.SecretManagerSecretReplicationUserManagedReplicas.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SecretManagerSecretReplicationUserManagedReplicas>
- Enclosing interface:
- SecretManagerSecretReplicationUserManagedReplicas
@Stability(Stable) public static final class SecretManagerSecretReplicationUserManagedReplicas.Builder extends Object implements software.amazon.jsii.Builder<SecretManagerSecretReplicationUserManagedReplicas>
A builder forSecretManagerSecretReplicationUserManagedReplicas
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretManagerSecretReplicationUserManagedReplicasbuild()Builds the configured instance.SecretManagerSecretReplicationUserManagedReplicas.BuildercustomerManagedEncryption(SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption customerManagedEncryption)SecretManagerSecretReplicationUserManagedReplicas.Builderlocation(String location)Sets the value ofSecretManagerSecretReplicationUserManagedReplicas.getLocation()
-
-
-
Method Detail
-
location
@Stability(Stable) public SecretManagerSecretReplicationUserManagedReplicas.Builder location(String location)
Sets the value ofSecretManagerSecretReplicationUserManagedReplicas.getLocation()- Parameters:
location- The canonical IDs of the location to replicate data. For example: "us-east1". This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#location SecretManagerSecret#location}- Returns:
this
-
customerManagedEncryption
@Stability(Stable) public SecretManagerSecretReplicationUserManagedReplicas.Builder customerManagedEncryption(SecretManagerSecretReplicationUserManagedReplicasCustomerManagedEncryption customerManagedEncryption)
- 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 SecretManagerSecretReplicationUserManagedReplicas build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SecretManagerSecretReplicationUserManagedReplicas>- Returns:
- a new instance of
SecretManagerSecretReplicationUserManagedReplicas - Throws:
NullPointerException- if any required attribute was not provided
-
-