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