Package com.ibm.cloud.is.vpc.v1.model
Class RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP.Builder
-
- Enclosing class:
- RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP
public static class RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.Builder(RouteNextHopPatchRouteNextHopIP routeNextHopPatchRouteNextHopIpRouteNextHopIpUnicastIp)Instantiates a new Builder from an existing RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP instance.Builder(String address)Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP.Builderaddress(String address)Set the address.RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIPbuild()Builds a RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP.
-
-
-
Constructor Detail
-
Builder
public Builder(RouteNextHopPatchRouteNextHopIP routeNextHopPatchRouteNextHopIpRouteNextHopIpUnicastIp)
Instantiates a new Builder from an existing RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP instance.- Parameters:
routeNextHopPatchRouteNextHopIpRouteNextHopIpUnicastIp- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String address)
Instantiates a new builder with required properties.- Parameters:
address- the address
-
-
Method Detail
-
build
public RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP build()
Builds a RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP.- Returns:
- the new RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP instance
-
address
public RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP.Builder address(String address)
Set the address.- Parameters:
address- the address- Returns:
- the RouteNextHopPatchRouteNextHopIPRouteNextHopIPUnicastIP builder
-
-