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