Class ReplaceSubnetRoutingTableOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ReplaceSubnetRoutingTableOptions.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(String id, RoutingTableIdentity routingTableIdentity) Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a ReplaceSubnetRoutingTableOptions.Set the id.routingTableIdentity
(RoutingTableIdentity routingTableIdentity) Set the routingTableIdentity.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
id
- the idroutingTableIdentity
- the routingTableIdentity
-
-
Method Details
-
build
Builds a ReplaceSubnetRoutingTableOptions.- Returns:
- the new ReplaceSubnetRoutingTableOptions instance
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the ReplaceSubnetRoutingTableOptions builder
-
routingTableIdentity
public ReplaceSubnetRoutingTableOptions.Builder routingTableIdentity(RoutingTableIdentity routingTableIdentity) Set the routingTableIdentity.- Parameters:
routingTableIdentity
- the routingTableIdentity- Returns:
- the ReplaceSubnetRoutingTableOptions builder
-