Package com.oracle.bmc.opensearch.model
Class MaintenanceNotificationResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.opensearch.model.MaintenanceNotificationResponse.Builder
-
- Enclosing class:
- MaintenanceNotificationResponse
public static class MaintenanceNotificationResponse.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MaintenanceNotificationResponse
build()
MaintenanceNotificationResponse.Builder
copy(MaintenanceNotificationResponse model)
MaintenanceNotificationResponse.Builder
failedNotifications(List<MaintenanceNotificationFailure> failedNotifications)
List of failed maintenance notificationsMaintenanceNotificationResponse.Builder
message(String message)
Response message for the maintenance notification request
-
-
-
Method Detail
-
message
public MaintenanceNotificationResponse.Builder message(String message)
Response message for the maintenance notification request- Parameters:
message
- the value to set- Returns:
- this builder
-
failedNotifications
public MaintenanceNotificationResponse.Builder failedNotifications(List<MaintenanceNotificationFailure> failedNotifications)
List of failed maintenance notifications- Parameters:
failedNotifications
- the value to set- Returns:
- this builder
-
build
public MaintenanceNotificationResponse build()
-
copy
public MaintenanceNotificationResponse.Builder copy(MaintenanceNotificationResponse model)
-
-