Class UpdateBackupPolicyOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateBackupPolicyOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupPolicyPatch
(Map<String, Object> backupPolicyPatch) Set the backupPolicyPatch.build()
Builds a UpdateBackupPolicyOptions.Set the id.Set the ifMatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateBackupPolicyOptions.- Returns:
- the new UpdateBackupPolicyOptions instance
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateBackupPolicyOptions builder
-
backupPolicyPatch
Set the backupPolicyPatch.- Parameters:
backupPolicyPatch
- the backupPolicyPatch- Returns:
- the UpdateBackupPolicyOptions builder
-
ifMatch
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateBackupPolicyOptions builder
-