public static final class DescribeTraceInfoNodeRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeTraceInfoNodeRequest |
build() |
DescribeTraceInfoNodeRequest.Builder |
eventName(String eventName)
The name of the alert event.
|
DescribeTraceInfoNodeRequest.Builder |
from(String from)
The ID of the request source.
|
DescribeTraceInfoNodeRequest.Builder |
incidentTime(Long incidentTime)
The time when the alert event was first detected.
|
DescribeTraceInfoNodeRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeTraceInfoNodeRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeTraceInfoNodeRequest.Builder |
type(String type)
The type of the vertex.
|
DescribeTraceInfoNodeRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
DescribeTraceInfoNodeRequest.Builder |
vertexId(String vertexId)
The ID of the vertex.
|
public DescribeTraceInfoNodeRequest.Builder eventName(String eventName)
The name of the alert event.
example:You can call the DescribeSuspEvents operation to query the names of alerts events.
WEBSHELL
public DescribeTraceInfoNodeRequest.Builder from(String from)
The ID of the request source. Set the value to sas.
This parameter is required.
example:sas
public DescribeTraceInfoNodeRequest.Builder incidentTime(Long incidentTime)
The time when the alert event was first detected.
example:1635978934000
public DescribeTraceInfoNodeRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribeTraceInfoNodeRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. The value of this parameter is specified by the system.
example:127.0.XX.XX
public DescribeTraceInfoNodeRequest.Builder type(String type)
The type of the vertex. You can call the DescribeTraceInfoDetail operation to query the types of vertexes.
This parameter is required.
example:SAS_ASSET
public DescribeTraceInfoNodeRequest.Builder uuid(String uuid)
The UUID of the server. You can call the DescribeSuspEvents operation to query the UUIDs of servers.
This parameter is required.
example:6f346617-eef9-45e6-b6d1-946xxxxxxxx
public DescribeTraceInfoNodeRequest.Builder vertexId(String vertexId)
The ID of the vertex.
This parameter is required.
example:03da4e2350a3eb50cd25a18cexxxxxxx
public DescribeTraceInfoNodeRequest build()
Copyright © 2026. All rights reserved.