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