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