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