Package com.ibm.cloud.is.vpc.v1.model
Class LoadBalancerPoolHealthMonitorPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.LoadBalancerPoolHealthMonitorPatch.Builder
-
- Enclosing class:
- LoadBalancerPoolHealthMonitorPatch
public static class LoadBalancerPoolHealthMonitorPatch.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoadBalancerPoolHealthMonitorPatch
build()
Builds a LoadBalancerPoolHealthMonitorPatch.LoadBalancerPoolHealthMonitorPatch.Builder
delay(long delay)
Set the delay.LoadBalancerPoolHealthMonitorPatch.Builder
maxRetries(long maxRetries)
Set the maxRetries.LoadBalancerPoolHealthMonitorPatch.Builder
port(long port)
Set the port.LoadBalancerPoolHealthMonitorPatch.Builder
timeout(long timeout)
Set the timeout.LoadBalancerPoolHealthMonitorPatch.Builder
type(String type)
Set the type.LoadBalancerPoolHealthMonitorPatch.Builder
urlPath(String urlPath)
Set the urlPath.
-
-
-
Method Detail
-
build
public LoadBalancerPoolHealthMonitorPatch build()
Builds a LoadBalancerPoolHealthMonitorPatch.- Returns:
- the new LoadBalancerPoolHealthMonitorPatch instance
-
delay
public LoadBalancerPoolHealthMonitorPatch.Builder delay(long delay)
Set the delay.- Parameters:
delay
- the delay- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
maxRetries
public LoadBalancerPoolHealthMonitorPatch.Builder maxRetries(long maxRetries)
Set the maxRetries.- Parameters:
maxRetries
- the maxRetries- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
port
public LoadBalancerPoolHealthMonitorPatch.Builder port(long port)
Set the port.- Parameters:
port
- the port- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
timeout
public LoadBalancerPoolHealthMonitorPatch.Builder timeout(long timeout)
Set the timeout.- Parameters:
timeout
- the timeout- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
type
public LoadBalancerPoolHealthMonitorPatch.Builder type(String type)
Set the type.- Parameters:
type
- the type- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
urlPath
public LoadBalancerPoolHealthMonitorPatch.Builder urlPath(String urlPath)
Set the urlPath.- Parameters:
urlPath
- the urlPath- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
-