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