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