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