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