Package com.ibm.cloud.is.vpc.v1.model
Class RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP.Builder
-
- Enclosing class:
- RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP
public static class RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.Builder(RouteNextHopPatchRouteNextHopIP routeNextHopPatchRouteNextHopIpRouteNextHopIpSentinelIp)Instantiates a new Builder from an existing RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP instance.Builder(String address)Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP.Builderaddress(String address)Set the address.RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIPbuild()Builds a RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP.
-
-
-
Constructor Detail
-
Builder
public Builder(RouteNextHopPatchRouteNextHopIP routeNextHopPatchRouteNextHopIpRouteNextHopIpSentinelIp)
Instantiates a new Builder from an existing RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP instance.- Parameters:
routeNextHopPatchRouteNextHopIpRouteNextHopIpSentinelIp- 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 RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP build()
Builds a RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP.- Returns:
- the new RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP instance
-
address
public RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP.Builder address(String address)
Set the address.- Parameters:
address- the address- Returns:
- the RouteNextHopPatchRouteNextHopIPRouteNextHopIPSentinelIP builder
-
-