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