public static final class SaveTraceAppConfigRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SaveTraceAppConfigRequest |
build() |
SaveTraceAppConfigRequest.Builder |
pid(String pid)
The process ID (PID) of the application.
|
SaveTraceAppConfigRequest.Builder |
regionId(String regionId)
RegionId.
|
SaveTraceAppConfigRequest.Builder |
settings(List<SaveTraceAppConfigRequest.Settings> settings)
The settings of Application Monitoring.
|
public SaveTraceAppConfigRequest.Builder regionId(String regionId)
public SaveTraceAppConfigRequest.Builder pid(String pid)
Log on to the ARMS console. In the left-side navigation pane, choose **Application Monitoring** > **Application List**. On the Application List page, click the name of an application. The URL in the address bar contains the PID of the application. The PID is indicated in the pid=xxx format. The PID is usually percent encoded as xxx%40xxx. You must modify this value to remove the percent encoding. For example, if the PID in the URL is xxx%4074xxx, you must replace %40 with an at sign (@) to obtain xxx@74xxx.
public SaveTraceAppConfigRequest.Builder settings(List<SaveTraceAppConfigRequest.Settings> settings)
public SaveTraceAppConfigRequest build()
Copyright © 2024. All rights reserved.