public static final class DescribeSoarPlaybookTaskDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSoarPlaybookTaskDetailRequest |
build() |
DescribeSoarPlaybookTaskDetailRequest.Builder |
playbookId(Long playbookId)
Playbook ID.
|
DescribeSoarPlaybookTaskDetailRequest.Builder |
recordId(Long recordId)
The vulnerability ID passed when creating the policy task.
|
DescribeSoarPlaybookTaskDetailRequest.Builder |
requestUuid(String requestUuid)
UUID of the playbook task execution.
|
public DescribeSoarPlaybookTaskDetailRequest.Builder playbookId(Long playbookId)
Playbook ID.
You can obtain this parameter by calling the DescribePlaybooks interface.
This parameter is required.
example:123
public DescribeSoarPlaybookTaskDetailRequest.Builder recordId(Long recordId)
The vulnerability ID passed when creating the policy task.
You can obtain this parameter by calling the DescribeVulList interface.
This parameter is required.
example:14
public DescribeSoarPlaybookTaskDetailRequest.Builder requestUuid(String requestUuid)
UUID of the playbook task execution.
You can obtain this parameter by calling the DescribeSoarRecords interface.
This parameter is required.
example:a15e37da-abe0-4d87-acd2-024e875a****
public DescribeSoarPlaybookTaskDetailRequest build()
Copyright © 2026. All rights reserved.