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