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