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