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