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