Package com.ibm.cloud.is.vpc.v1.model
Class ListClusterNetworksOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.ListClusterNetworksOptions.Builder
-
- Enclosing class:
- ListClusterNetworksOptions
public static class ListClusterNetworksOptions.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListClusterNetworksOptions
build()
Builds a ListClusterNetworksOptions.ListClusterNetworksOptions.Builder
limit(long limit)
Set the limit.ListClusterNetworksOptions.Builder
name(String name)
Set the name.ListClusterNetworksOptions.Builder
resourceGroupId(String resourceGroupId)
Set the resourceGroupId.ListClusterNetworksOptions.Builder
sort(String sort)
Set the sort.ListClusterNetworksOptions.Builder
start(String start)
Set the start.ListClusterNetworksOptions.Builder
vpcCrn(String vpcCrn)
Set the vpcCrn.ListClusterNetworksOptions.Builder
vpcId(String vpcId)
Set the vpcId.ListClusterNetworksOptions.Builder
vpcName(String vpcName)
Set the vpcName.
-
-
-
Method Detail
-
build
public ListClusterNetworksOptions build()
Builds a ListClusterNetworksOptions.- Returns:
- the new ListClusterNetworksOptions instance
-
start
public ListClusterNetworksOptions.Builder start(String start)
Set the start.- Parameters:
start
- the start- Returns:
- the ListClusterNetworksOptions builder
-
limit
public ListClusterNetworksOptions.Builder limit(long limit)
Set the limit.- Parameters:
limit
- the limit- Returns:
- the ListClusterNetworksOptions builder
-
resourceGroupId
public ListClusterNetworksOptions.Builder resourceGroupId(String resourceGroupId)
Set the resourceGroupId.- Parameters:
resourceGroupId
- the resourceGroupId- Returns:
- the ListClusterNetworksOptions builder
-
name
public ListClusterNetworksOptions.Builder name(String name)
Set the name.- Parameters:
name
- the name- Returns:
- the ListClusterNetworksOptions builder
-
sort
public ListClusterNetworksOptions.Builder sort(String sort)
Set the sort.- Parameters:
sort
- the sort- Returns:
- the ListClusterNetworksOptions builder
-
vpcId
public ListClusterNetworksOptions.Builder vpcId(String vpcId)
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the ListClusterNetworksOptions builder
-
vpcCrn
public ListClusterNetworksOptions.Builder vpcCrn(String vpcCrn)
Set the vpcCrn.- Parameters:
vpcCrn
- the vpcCrn- Returns:
- the ListClusterNetworksOptions builder
-
vpcName
public ListClusterNetworksOptions.Builder vpcName(String vpcName)
Set the vpcName.- Parameters:
vpcName
- the vpcName- Returns:
- the ListClusterNetworksOptions builder
-
-