public static final class DeleteHybridMonitorTaskRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteHybridMonitorTaskRequest |
build() |
DeleteHybridMonitorTaskRequest.Builder |
namespace(String namespace)
The name of the namespace.
|
DeleteHybridMonitorTaskRequest.Builder |
targetUserId(String targetUserId)
The ID of the member account.
|
DeleteHybridMonitorTaskRequest.Builder |
taskId(String taskId)
The ID of the metric import task.
|
public DeleteHybridMonitorTaskRequest.Builder namespace(String namespace)
The name of the namespace.
The name can contain uppercase letters, lowercase letters, digits, and hyphens (-).
example:This parameter is required only if you call this operation to delete metric import tasks for Alibaba Cloud services. In this case, the
TaskTypeparameter is set toaliyun_fc.
aliyun
public DeleteHybridMonitorTaskRequest.Builder targetUserId(String targetUserId)
The ID of the member account.
example:This parameter is required only if you use a management account to call this operation to query metric import tasks that belong to a member in a resource directory. In this case, the
TaskTypeparameter is set toaliyun_fc.
120886317861****
public DeleteHybridMonitorTaskRequest.Builder taskId(String taskId)
The ID of the metric import task.
For information about how to obtain the ID of a metric import task, see DescribeHybridMonitorTaskList.
example:This parameter is required only if you call this operation to delete metrics for the logs that are imported from Log Service. In this case, the
TaskTypeparameter is set toaliyun_sls.
36****
public DeleteHybridMonitorTaskRequest build()
Copyright © 2026. All rights reserved.