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