Uses of Class
com.oracle.bmc.opensearch.model.MaintenanceNotificationFailure.Builder
-
Packages that use MaintenanceNotificationFailure.Builder Package Description com.oracle.bmc.opensearch.model -
-
Uses of MaintenanceNotificationFailure.Builder in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return MaintenanceNotificationFailure.Builder Modifier and Type Method Description static MaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure. builder()
Create a new builder.MaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure.Builder. clusterIds(List<String> clusterIds)
IDs of clustersMaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure.Builder. copy(MaintenanceNotificationFailure model)
MaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure.Builder. errorCode(String errorCode)
Error CodeMaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure.Builder. errorDescription(String errorDescription)
Error DescriptionMaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure.Builder. tenantId(String tenantId)
Tenant ID of the clusterMaintenanceNotificationFailure.Builder
MaintenanceNotificationFailure. toBuilder()
-