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