Package com.ibm.cloud.is.vpc.v1.model
Class UpdateBackupPolicyPlanOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateBackupPolicyPlanOptions.Builder
-
- Enclosing class:
- UpdateBackupPolicyPlanOptions
public static class UpdateBackupPolicyPlanOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBackupPolicyPlanOptions.Builder
backupPolicyId(String backupPolicyId)
Set the backupPolicyId.UpdateBackupPolicyPlanOptions.Builder
backupPolicyPlanPatch(Map<String,Object> backupPolicyPlanPatch)
Set the backupPolicyPlanPatch.UpdateBackupPolicyPlanOptions
build()
Builds a UpdateBackupPolicyPlanOptions.UpdateBackupPolicyPlanOptions.Builder
id(String id)
Set the id.UpdateBackupPolicyPlanOptions.Builder
ifMatch(String ifMatch)
Set the ifMatch.
-
-
-
Method Detail
-
build
public UpdateBackupPolicyPlanOptions build()
Builds a UpdateBackupPolicyPlanOptions.- Returns:
- the new UpdateBackupPolicyPlanOptions instance
-
backupPolicyId
public UpdateBackupPolicyPlanOptions.Builder backupPolicyId(String backupPolicyId)
Set the backupPolicyId.- Parameters:
backupPolicyId
- the backupPolicyId- Returns:
- the UpdateBackupPolicyPlanOptions builder
-
id
public UpdateBackupPolicyPlanOptions.Builder id(String id)
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateBackupPolicyPlanOptions builder
-
backupPolicyPlanPatch
public UpdateBackupPolicyPlanOptions.Builder backupPolicyPlanPatch(Map<String,Object> backupPolicyPlanPatch)
Set the backupPolicyPlanPatch.- Parameters:
backupPolicyPlanPatch
- the backupPolicyPlanPatch- Returns:
- the UpdateBackupPolicyPlanOptions builder
-
ifMatch
public UpdateBackupPolicyPlanOptions.Builder ifMatch(String ifMatch)
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateBackupPolicyPlanOptions builder
-
-