Class ListBackupPolicyJobsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListBackupPolicyJobsOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupPolicyId
(String backupPolicyId) Set the backupPolicyId.backupPolicyPlanId
(String backupPolicyPlanId) Set the backupPolicyPlanId.build()
Builds a ListBackupPolicyJobsOptions.limit
(long limit) Set the limit.Set the sort.Set the sourceId.Set the start.Set the status.targetSnapshotsCrn
(String targetSnapshotsCrn) Set the targetSnapshotsCrn.targetSnapshotsId
(String targetSnapshotsId) Set the targetSnapshotsId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
backupPolicyId
- the backupPolicyId
-
-
Method Details
-
build
Builds a ListBackupPolicyJobsOptions.- Returns:
- the new ListBackupPolicyJobsOptions instance
-
backupPolicyId
Set the backupPolicyId.- Parameters:
backupPolicyId
- the backupPolicyId- Returns:
- the ListBackupPolicyJobsOptions builder
-
status
Set the status.- Parameters:
status
- the status- Returns:
- the ListBackupPolicyJobsOptions builder
-
backupPolicyPlanId
Set the backupPolicyPlanId.- Parameters:
backupPolicyPlanId
- the backupPolicyPlanId- Returns:
- the ListBackupPolicyJobsOptions builder
-
start
Set the start.- Parameters:
start
- the start- Returns:
- the ListBackupPolicyJobsOptions builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListBackupPolicyJobsOptions builder
-
sort
Set the sort.- Parameters:
sort
- the sort- Returns:
- the ListBackupPolicyJobsOptions builder
-
sourceId
Set the sourceId.- Parameters:
sourceId
- the sourceId- Returns:
- the ListBackupPolicyJobsOptions builder
-
targetSnapshotsId
Set the targetSnapshotsId.- Parameters:
targetSnapshotsId
- the targetSnapshotsId- Returns:
- the ListBackupPolicyJobsOptions builder
-
targetSnapshotsCrn
Set the targetSnapshotsCrn.- Parameters:
targetSnapshotsCrn
- the targetSnapshotsCrn- Returns:
- the ListBackupPolicyJobsOptions builder
-