public static final class UpdateTaskFlowNotificationRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateTaskFlowNotificationRequest |
build() |
UpdateTaskFlowNotificationRequest.Builder |
dagId(Long dagId)
The unique ID of the task flow.
|
UpdateTaskFlowNotificationRequest.Builder |
dagNotificationFail(Boolean dagNotificationFail)
Specifies whether to enable notifications for failed task flows.
|
UpdateTaskFlowNotificationRequest.Builder |
dagNotificationSla(Boolean dagNotificationSla)
Specifies whether to enable SLA global notifications for task flows.
|
UpdateTaskFlowNotificationRequest.Builder |
dagNotificationSuccess(Boolean dagNotificationSuccess)
Specifies whether to enable notifications for successful task flows.
|
UpdateTaskFlowNotificationRequest.Builder |
regionId(String regionId)
RegionId.
|
UpdateTaskFlowNotificationRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public UpdateTaskFlowNotificationRequest.Builder regionId(String regionId)
public UpdateTaskFlowNotificationRequest.Builder dagId(Long dagId)
public UpdateTaskFlowNotificationRequest.Builder dagNotificationFail(Boolean dagNotificationFail)
public UpdateTaskFlowNotificationRequest.Builder dagNotificationSla(Boolean dagNotificationSla)
public UpdateTaskFlowNotificationRequest.Builder dagNotificationSuccess(Boolean dagNotificationSuccess)
public UpdateTaskFlowNotificationRequest.Builder tid(Long tid)
> To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see [View information about the current tenant](~~181330~~).
public UpdateTaskFlowNotificationRequest build()
Copyright © 2023. All rights reserved.