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