Package com.ibm.cloud.is.vpc.v1.model
Class ListSnapshotConsistencyGroupsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListSnapshotConsistencyGroupsOptions.Builder
-
- Enclosing class:
- ListSnapshotConsistencyGroupsOptions
public static class ListSnapshotConsistencyGroupsOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSnapshotConsistencyGroupsOptions.BuilderbackupPolicyPlanId(String backupPolicyPlanId)Set the backupPolicyPlanId.ListSnapshotConsistencyGroupsOptionsbuild()Builds a ListSnapshotConsistencyGroupsOptions.ListSnapshotConsistencyGroupsOptions.Builderlimit(long limit)Set the limit.ListSnapshotConsistencyGroupsOptions.Buildername(String name)Set the name.ListSnapshotConsistencyGroupsOptions.BuilderresourceGroupId(String resourceGroupId)Set the resourceGroupId.ListSnapshotConsistencyGroupsOptions.Buildersort(String sort)Set the sort.ListSnapshotConsistencyGroupsOptions.Builderstart(String start)Set the start.
-
-
-
Method Detail
-
build
public ListSnapshotConsistencyGroupsOptions build()
Builds a ListSnapshotConsistencyGroupsOptions.- Returns:
- the new ListSnapshotConsistencyGroupsOptions instance
-
start
public ListSnapshotConsistencyGroupsOptions.Builder start(String start)
Set the start.- Parameters:
start- the start- Returns:
- the ListSnapshotConsistencyGroupsOptions builder
-
limit
public ListSnapshotConsistencyGroupsOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListSnapshotConsistencyGroupsOptions builder
-
resourceGroupId
public ListSnapshotConsistencyGroupsOptions.Builder resourceGroupId(String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId- the resourceGroupId- Returns:
- the ListSnapshotConsistencyGroupsOptions builder
-
name
public ListSnapshotConsistencyGroupsOptions.Builder name(String name)
Set the name.- Parameters:
name- the name- Returns:
- the ListSnapshotConsistencyGroupsOptions builder
-
sort
public ListSnapshotConsistencyGroupsOptions.Builder sort(String sort)
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListSnapshotConsistencyGroupsOptions builder
-
backupPolicyPlanId
public ListSnapshotConsistencyGroupsOptions.Builder backupPolicyPlanId(String backupPolicyPlanId)
Set the backupPolicyPlanId.- Parameters:
backupPolicyPlanId- the backupPolicyPlanId- Returns:
- the ListSnapshotConsistencyGroupsOptions builder
-
-