public static final class CreateAlertRuleRequest.Error.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateAlertRuleRequest.Error.Builder |
autoRerunAlertEnabled(Boolean autoRerunAlertEnabled)
Specifies whether to trigger an alert if a batch synchronization task is automatically rerun upon a failure.
|
CreateAlertRuleRequest.Error |
build() |
CreateAlertRuleRequest.Error.Builder |
streamTaskIds(List<Long> streamTaskIds)
The IDs of the real-time computing tasks.
|
public CreateAlertRuleRequest.Error.Builder autoRerunAlertEnabled(Boolean autoRerunAlertEnabled)
Specifies whether to trigger an alert if a batch synchronization task is automatically rerun upon a failure.
example:false
public CreateAlertRuleRequest.Error.Builder streamTaskIds(List<Long> streamTaskIds)
The IDs of the real-time computing tasks. This parameter is required when you monitor real-time computing tasks.
public CreateAlertRuleRequest.Error build()
Copyright © 2026. All rights reserved.