Class UpdateBackupPolicyPlanOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateBackupPolicyPlanOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupPolicyId
(String backupPolicyId) Set the backupPolicyId.backupPolicyPlanPatch
(Map<String, Object> backupPolicyPlanPatch) Set the backupPolicyPlanPatch.build()
Builds a UpdateBackupPolicyPlanOptions.Set the id.Set the ifMatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateBackupPolicyPlanOptions.- Returns:
- the new UpdateBackupPolicyPlanOptions instance
-
backupPolicyId
Set the backupPolicyId.- Parameters:
backupPolicyId
- the backupPolicyId- Returns:
- the UpdateBackupPolicyPlanOptions builder
-
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
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateBackupPolicyPlanOptions builder
-