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