public static final class DescribeTraceInfoDetailRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeTraceInfoDetailRequest |
build() |
DescribeTraceInfoDetailRequest.Builder |
from(String from)
The ID of the request source.
|
DescribeTraceInfoDetailRequest.Builder |
incidentTime(Long incidentTime)
The timestamp of the detection.
|
DescribeTraceInfoDetailRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribeTraceInfoDetailRequest.Builder |
sourceIp(String sourceIp)
The source IP address of the request.
|
DescribeTraceInfoDetailRequest.Builder |
type(String type)
The type of the vertex.
|
DescribeTraceInfoDetailRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
DescribeTraceInfoDetailRequest.Builder |
vertexId(String vertexId)
Vertex ID, which can be obtained from the AlarmUniqueInfo in the response of the DescribeSuspEvents interface.
|
public DescribeTraceInfoDetailRequest.Builder from(String from)
The ID of the request source. Set the value to sas.
This parameter is required.
example:sas
public DescribeTraceInfoDetailRequest.Builder incidentTime(Long incidentTime)
The timestamp of the detection. Unit: milliseconds.
example:1670555392000
public DescribeTraceInfoDetailRequest.Builder lang(String lang)
The language of the content within the request and response. Valid values:
zh
public DescribeTraceInfoDetailRequest.Builder sourceIp(String sourceIp)
The source IP address of the request. The value of this parameter is specified by the system.
example:127.0.0.1
public DescribeTraceInfoDetailRequest.Builder type(String type)
The type of the vertex. Set the value to SAS_INCIDENT.
This parameter is required.
example:SAS_INCIDENT
public DescribeTraceInfoDetailRequest.Builder uuid(String uuid)
The UUID of the server.
This parameter is required.
example:1627f2d7-aaa2-4ed1-b07a-xxxxxxxxxxxxxx
public DescribeTraceInfoDetailRequest.Builder vertexId(String vertexId)
Vertex ID, which can be obtained from the AlarmUniqueInfo in the response of the DescribeSuspEvents interface.
This parameter is required.
example:cce1d28dxxxxxxxxxxxxxxxx
public DescribeTraceInfoDetailRequest build()
Copyright © 2026. All rights reserved.