public static class HttpMonitorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HttpMonitorSummary |
build() |
HttpMonitorSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
HttpMonitorSummary.Builder |
copy(HttpMonitorSummary model) |
HttpMonitorSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
HttpMonitorSummary.Builder |
displayName(String displayName)
A user-friendly and mutable name suitable for display in a user interface.
|
HttpMonitorSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
HttpMonitorSummary.Builder |
homeRegion(String homeRegion)
The region where updates must be made and where results must be fetched from.
|
HttpMonitorSummary.Builder |
id(String id)
The OCID of the resource.
|
HttpMonitorSummary.Builder |
intervalInSeconds(Integer intervalInSeconds)
The monitor interval in seconds.
|
HttpMonitorSummary.Builder |
isEnabled(Boolean isEnabled)
Enables or disables the monitor.
|
HttpMonitorSummary.Builder |
protocol(HttpProbeProtocol protocol) |
HttpMonitorSummary.Builder |
resultsUrl(String resultsUrl)
A URL for fetching the probe results.
|
HttpMonitorSummary.Builder |
timeCreated(Date timeCreated)
The RFC 3339-formatted creation date and time of the probe.
|
public HttpMonitorSummary.Builder id(String id)
The OCID of the resource.
id
- the value to setpublic HttpMonitorSummary.Builder resultsUrl(String resultsUrl)
A URL for fetching the probe results.
resultsUrl
- the value to setpublic HttpMonitorSummary.Builder homeRegion(String homeRegion)
The region where updates must be made and where results must be fetched from.
homeRegion
- the value to setpublic HttpMonitorSummary.Builder timeCreated(Date timeCreated)
The RFC 3339-formatted creation date and time of the probe.
timeCreated
- the value to setpublic HttpMonitorSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic HttpMonitorSummary.Builder displayName(String displayName)
A user-friendly and mutable name suitable for display in a user interface.
displayName
- the value to setpublic HttpMonitorSummary.Builder intervalInSeconds(Integer intervalInSeconds)
The monitor interval in seconds. Valid values: 10, 30, and 60.
intervalInSeconds
- the value to setpublic HttpMonitorSummary.Builder isEnabled(Boolean isEnabled)
Enables or disables the monitor. Set to ‘true’ to launch monitoring.
isEnabled
- the value to setpublic HttpMonitorSummary.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"}
freeformTags
- the value to setpublic HttpMonitorSummary.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"}}
definedTags
- the value to setpublic HttpMonitorSummary.Builder protocol(HttpProbeProtocol protocol)
public HttpMonitorSummary build()
public HttpMonitorSummary.Builder copy(HttpMonitorSummary model)
Copyright © 2016–2024. All rights reserved.