Class SecretManagerSecretVersionTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.secret_manager_secret_version.SecretManagerSecretVersionTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SecretManagerSecretVersionTimeouts>
- Enclosing interface:
- SecretManagerSecretVersionTimeouts
@Stability(Stable) public static final class SecretManagerSecretVersionTimeouts.Builder extends Object implements software.amazon.jsii.Builder<SecretManagerSecretVersionTimeouts>
A builder forSecretManagerSecretVersionTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretManagerSecretVersionTimeoutsbuild()Builds the configured instance.SecretManagerSecretVersionTimeouts.Buildercreate(String create)Sets the value ofSecretManagerSecretVersionTimeouts.getCreate()SecretManagerSecretVersionTimeouts.Builderdelete(String delete)Sets the value ofSecretManagerSecretVersionTimeouts.getDelete()SecretManagerSecretVersionTimeouts.Builderupdate(String update)Sets the value ofSecretManagerSecretVersionTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public SecretManagerSecretVersionTimeouts.Builder create(String create)
Sets the value ofSecretManagerSecretVersionTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret_version#create SecretManagerSecretVersion#create}.- Returns:
this
-
delete
@Stability(Stable) public SecretManagerSecretVersionTimeouts.Builder delete(String delete)
Sets the value ofSecretManagerSecretVersionTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret_version#delete SecretManagerSecretVersion#delete}.- Returns:
this
-
update
@Stability(Stable) public SecretManagerSecretVersionTimeouts.Builder update(String update)
Sets the value ofSecretManagerSecretVersionTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret_version#update SecretManagerSecretVersion#update}.- Returns:
this
-
build
@Stability(Stable) public SecretManagerSecretVersionTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SecretManagerSecretVersionTimeouts>- Returns:
- a new instance of
SecretManagerSecretVersionTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-