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