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