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