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