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