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