public static final class DeleteSourceMapRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteSourceMapRequest |
build() |
DeleteSourceMapRequest.Builder |
fidList(List<String> fidList)
The ID of the SourceMap file.
|
DeleteSourceMapRequest.Builder |
pid(String pid)
The process ID (PID) of the application.
|
DeleteSourceMapRequest.Builder |
regionId(String regionId)
RegionId.
|
public DeleteSourceMapRequest.Builder fidList(List<String> fidList)
public DeleteSourceMapRequest.Builder pid(String pid)
Log on to the ARMS console. In the left-side navigation pane, choose **Browser Monitoring** > **Browser Monitoring**. On the **Browser Monitoring** page, click the name of an application. The URL in the browser address bar contains the PID of this application in the format of `pid=xxx`. As the browser is encoded, the PID needs to be modified. Assume that the PID contained is `xxx%4074xxx`. You need to **replace** \*\*%40 with @\*\* and change the PID to `xxx@74xxx`.
public DeleteSourceMapRequest.Builder regionId(String regionId)
public DeleteSourceMapRequest build()
Copyright © 2024. All rights reserved.