Class LoadBalancerPoolHealthMonitorPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.LoadBalancerPoolHealthMonitorPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a LoadBalancerPoolHealthMonitorPatch.delay
(long delay) Set the delay.maxRetries
(long maxRetries) Set the maxRetries.port
(long port) Set the port.timeout
(long timeout) Set the timeout.Set the type.Set the urlPath.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a LoadBalancerPoolHealthMonitorPatch.- Returns:
- the new LoadBalancerPoolHealthMonitorPatch instance
-
delay
Set the delay.- Parameters:
delay
- the delay- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
maxRetries
Set the maxRetries.- Parameters:
maxRetries
- the maxRetries- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
port
Set the port.- Parameters:
port
- the port- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
timeout
Set the timeout.- Parameters:
timeout
- the timeout- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
type
Set the type.- Parameters:
type
- the type- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-
urlPath
Set the urlPath.- Parameters:
urlPath
- the urlPath- Returns:
- the LoadBalancerPoolHealthMonitorPatch builder
-