Package com.ibm.cloud.is.vpc.v1.model
Class VPNGatewayConnectionDPDPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.VPNGatewayConnectionDPDPatch.Builder
-
- Enclosing class:
- VPNGatewayConnectionDPDPatch
public static class VPNGatewayConnectionDPDPatch.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VPNGatewayConnectionDPDPatch.Builder
action(String action)
Set the action.VPNGatewayConnectionDPDPatch
build()
Builds a VPNGatewayConnectionDPDPatch.VPNGatewayConnectionDPDPatch.Builder
interval(long interval)
Set the interval.VPNGatewayConnectionDPDPatch.Builder
timeout(long timeout)
Set the timeout.
-
-
-
Method Detail
-
build
public VPNGatewayConnectionDPDPatch build()
Builds a VPNGatewayConnectionDPDPatch.- Returns:
- the new VPNGatewayConnectionDPDPatch instance
-
action
public VPNGatewayConnectionDPDPatch.Builder action(String action)
Set the action.- Parameters:
action
- the action- Returns:
- the VPNGatewayConnectionDPDPatch builder
-
interval
public VPNGatewayConnectionDPDPatch.Builder interval(long interval)
Set the interval.- Parameters:
interval
- the interval- Returns:
- the VPNGatewayConnectionDPDPatch builder
-
timeout
public VPNGatewayConnectionDPDPatch.Builder timeout(long timeout)
Set the timeout.- Parameters:
timeout
- the timeout- Returns:
- the VPNGatewayConnectionDPDPatch builder
-
-