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