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