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