Class UpdateHttpMonitorDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.healthchecks.model.UpdateHttpMonitorDetails.Builder
-
- Enclosing class:
- UpdateHttpMonitorDetails
public static class UpdateHttpMonitorDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
targets
public UpdateHttpMonitorDetails.Builder targets(List<String> targets)
A list of targets (hostnames or IP addresses) of the probe.- Parameters:
targets
- the value to set- Returns:
- this builder
-
vantagePointNames
public UpdateHttpMonitorDetails.Builder vantagePointNames(List<String> vantagePointNames)
A list of names of vantage points from which to execute the probe.- Parameters:
vantagePointNames
- the value to set- Returns:
- this builder
-
port
public UpdateHttpMonitorDetails.Builder port(Integer port)
The port on which to probe endpoints.If unspecified, probes will use the default port of their protocol.
- Parameters:
port
- the value to set- Returns:
- this builder
-
timeoutInSeconds
public UpdateHttpMonitorDetails.Builder timeoutInSeconds(Integer timeoutInSeconds)
The probe timeout in seconds.Valid values: 10, 20, 30, and 60. The probe timeout must be less than or equal to intervalInSeconds for monitors.
- Parameters:
timeoutInSeconds
- the value to set- Returns:
- this builder
-
protocol
public UpdateHttpMonitorDetails.Builder protocol(HttpProbeProtocol protocol)
-
method
public UpdateHttpMonitorDetails.Builder method(HttpProbeMethod method)
-
path
public UpdateHttpMonitorDetails.Builder path(String path)
The optional URL path to probe, including query parameters.- Parameters:
path
- the value to set- Returns:
- this builder
-
headers
public UpdateHttpMonitorDetails.Builder headers(Map<String,String> headers)
A dictionary of HTTP request headers.Note:* Monitors and probes do not support the use of the Authorization HTTP header.
- Parameters:
headers
- the value to set- Returns:
- this builder
-
displayName
public UpdateHttpMonitorDetails.Builder displayName(String displayName)
A user-friendly and mutable name suitable for display in a user interface.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
intervalInSeconds
public UpdateHttpMonitorDetails.Builder intervalInSeconds(Integer intervalInSeconds)
The monitor interval in seconds.Valid values: 10, 30, and 60.
- Parameters:
intervalInSeconds
- the value to set- Returns:
- this builder
-
isEnabled
public UpdateHttpMonitorDetails.Builder isEnabled(Boolean isEnabled)
Enables or disables the monitor.Set to ‘true’ to launch monitoring.
- Parameters:
isEnabled
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateHttpMonitorDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateHttpMonitorDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateHttpMonitorDetails build()
-
copy
public UpdateHttpMonitorDetails.Builder copy(UpdateHttpMonitorDetails model)
-
-