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