public static class Suppression.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Suppression |
build() |
Suppression.Builder |
copy(Suppression model) |
Suppression.Builder |
description(String description)
Human-readable reason for suppressing alarm notifications.
|
Suppression.Builder |
timeSuppressFrom(Date timeSuppressFrom)
The start date and time for the suppression to take place, inclusive.
|
Suppression.Builder |
timeSuppressUntil(Date timeSuppressUntil)
The end date and time for the suppression to take place, inclusive.
|
public Suppression.Builder description(String description)
Human-readable reason for suppressing alarm notifications. It does not have to be unique, and it’s changeable. Avoid entering confidential information.
Oracle recommends including tracking information for the event or associated work, such as a ticket number.
Example: Planned outage due to change IT-1234.
description
- the value to setpublic Suppression.Builder timeSuppressFrom(Date timeSuppressFrom)
The start date and time for the suppression to take place, inclusive. Format defined by RFC3339.
Example: 2023-02-01T01:02:29.600Z
timeSuppressFrom
- the value to setpublic Suppression.Builder timeSuppressUntil(Date timeSuppressUntil)
The end date and time for the suppression to take place, inclusive. Format defined by RFC3339.
Example: 2023-02-01T02:02:29.600Z
timeSuppressUntil
- the value to setpublic Suppression build()
public Suppression.Builder copy(Suppression model)
Copyright © 2016–2024. All rights reserved.