Class UpdateVpcRoutingTableRouteOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateVpcRoutingTableRouteOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a UpdateVpcRoutingTableRouteOptions.Set the id.routePatch
(Map<String, Object> routePatch) Set the routePatch.routingTableId
(String routingTableId) Set the routingTableId.Set the vpcId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateVpcRoutingTableRouteOptions.- Returns:
- the new UpdateVpcRoutingTableRouteOptions instance
-
vpcId
Set the vpcId.- Parameters:
vpcId
- the vpcId- Returns:
- the UpdateVpcRoutingTableRouteOptions builder
-
routingTableId
Set the routingTableId.- Parameters:
routingTableId
- the routingTableId- Returns:
- the UpdateVpcRoutingTableRouteOptions builder
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateVpcRoutingTableRouteOptions builder
-
routePatch
Set the routePatch.- Parameters:
routePatch
- the routePatch- Returns:
- the UpdateVpcRoutingTableRouteOptions builder
-