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