public static final class PutExporterOutputRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
PutExporterOutputRequest |
build() |
PutExporterOutputRequest.Builder |
configJson(String configJson)
The configuration set for exporting monitoring data.
|
PutExporterOutputRequest.Builder |
desc(String desc)
The description of the configuration set.
|
PutExporterOutputRequest.Builder |
destName(String destName)
The name of the configuration set.
|
PutExporterOutputRequest.Builder |
destType(String destType)
The service to which the monitoring data is exported.
|
public PutExporterOutputRequest.Builder configJson(String configJson)
* endpoint: the endpoint of Log Service. * project: the Log Service project to which monitoring data is exported. * logstore: the Log Service Logstore to which the monitoring data is exported. * ak: the AccessKey ID. * as: the AccessKey secret.
public PutExporterOutputRequest.Builder desc(String desc)
public PutExporterOutputRequest.Builder destName(String destName)
public PutExporterOutputRequest.Builder destType(String destType)
public PutExporterOutputRequest build()
Copyright © 2023. All rights reserved.