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