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