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