Class ListClusterNetworkSubnetsOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListClusterNetworkSubnetsOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a ListClusterNetworkSubnetsOptions.clusterNetworkId(String clusterNetworkId) Set the clusterNetworkId.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
Instantiates a new builder with required properties.- Parameters:
clusterNetworkId- the clusterNetworkId
-
-
Method Details
-
build
Builds a ListClusterNetworkSubnetsOptions.- Returns:
- the new ListClusterNetworkSubnetsOptions instance
-
clusterNetworkId
Set the clusterNetworkId.- Parameters:
clusterNetworkId- the clusterNetworkId- Returns:
- the ListClusterNetworkSubnetsOptions builder
-
start
Set the start.- Parameters:
start- the start- Returns:
- the ListClusterNetworkSubnetsOptions builder
-
limit
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListClusterNetworkSubnetsOptions builder
-
name
Set the name.- Parameters:
name- the name- Returns:
- the ListClusterNetworkSubnetsOptions builder
-
sort
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListClusterNetworkSubnetsOptions builder
-