public static final class UpdateSLARulesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateSLARulesRequest |
build() |
UpdateSLARulesRequest.Builder |
dagId(Long dagId)
The ID of the task flow.
|
UpdateSLARulesRequest.Builder |
regionId(String regionId)
RegionId.
|
UpdateSLARulesRequest.Builder |
slaRuleList(List<UpdateSLARulesRequest.SlaRuleList> slaRuleList)
The list of SLA rules.
|
UpdateSLARulesRequest.Builder |
tid(Long tid)
The ID of the tenant.
|
public UpdateSLARulesRequest.Builder regionId(String regionId)
public UpdateSLARulesRequest.Builder dagId(Long dagId)
public UpdateSLARulesRequest.Builder slaRuleList(List<UpdateSLARulesRequest.SlaRuleList> slaRuleList)
public UpdateSLARulesRequest.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 UpdateSLARulesRequest build()
Copyright © 2023. All rights reserved.