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