Class ListBackupPoliciesOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListBackupPoliciesOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a ListBackupPoliciesOptions.limit(long limit) Set the limit.Set the name.resourceGroupId(String resourceGroupId) Set the resourceGroupId.Set the start.Set the tag.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ListBackupPoliciesOptions.- Returns:
- the new ListBackupPoliciesOptions instance
-
start
Set the start.- Parameters:
start- the start- Returns:
- the ListBackupPoliciesOptions builder
-
limit
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListBackupPoliciesOptions builder
-
resourceGroupId
Set the resourceGroupId.- Parameters:
resourceGroupId- the resourceGroupId- Returns:
- the ListBackupPoliciesOptions builder
-
name
Set the name.- Parameters:
name- the name- Returns:
- the ListBackupPoliciesOptions builder
-
tag
Set the tag.- Parameters:
tag- the tag- Returns:
- the ListBackupPoliciesOptions builder
-