public static class MaintenanceNotificationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MaintenanceNotificationDetails |
build() |
MaintenanceNotificationDetails.Builder |
clusterIds(List<String> clusterIds)
List of OpenSearch clusterIds where we need to send the maintenance notifications
|
MaintenanceNotificationDetails.Builder |
copy(MaintenanceNotificationDetails model) |
MaintenanceNotificationDetails.Builder |
endTime(String endTime)
Start time for the notification activity in UTC like “2023-20-04 04:00:00.000Z”
|
MaintenanceNotificationDetails.Builder |
jiraTicket(String jiraTicket)
Jira tickets for on-call engineer to send customer notification
|
MaintenanceNotificationDetails.Builder |
maintenanceNotificationType(MaintenanceNotificationType maintenanceNotificationType)
Maintenance Notification type
|
MaintenanceNotificationDetails.Builder |
startTime(String startTime)
Start time for the notification activity in UTC like “2023-20-04 04:00:00.000Z”
|
MaintenanceNotificationDetails.Builder |
tenantIds(List<String> tenantIds)
List of tenantIds where we need to send the maintenance notifications
|
public MaintenanceNotificationDetails.Builder jiraTicket(String jiraTicket)
Jira tickets for on-call engineer to send customer notification
jiraTicket
- the value to setpublic MaintenanceNotificationDetails.Builder maintenanceNotificationType(MaintenanceNotificationType maintenanceNotificationType)
Maintenance Notification type
maintenanceNotificationType
- the value to setpublic MaintenanceNotificationDetails.Builder tenantIds(List<String> tenantIds)
List of tenantIds where we need to send the maintenance notifications
tenantIds
- the value to setpublic MaintenanceNotificationDetails.Builder clusterIds(List<String> clusterIds)
List of OpenSearch clusterIds where we need to send the maintenance notifications
clusterIds
- the value to setpublic MaintenanceNotificationDetails.Builder startTime(String startTime)
Start time for the notification activity in UTC like “2023-20-04 04:00:00.000Z”
startTime
- the value to setpublic MaintenanceNotificationDetails.Builder endTime(String endTime)
Start time for the notification activity in UTC like “2023-20-04 04:00:00.000Z”
endTime
- the value to setpublic MaintenanceNotificationDetails build()
public MaintenanceNotificationDetails.Builder copy(MaintenanceNotificationDetails model)
Copyright © 2016–2025. All rights reserved.