Class MonitorResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmsynthetics.model.MonitorResult.Builder
 
- 
- Enclosing class:
- MonitorResult
 
 public static class MonitorResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MonitorResultbuild()MonitorResult.Buildercopy(MonitorResult model)MonitorResult.BuilderexecutionTime(String executionTime)The specific point of time when the result of an execution is collected.MonitorResult.BuildermonitorId(String monitorId)The OCID of the monitor.MonitorResult.BuilderresultContentType(String resultContentType)Type of result content.MonitorResult.BuilderresultDataSet(List<MonitorResultData> resultDataSet)Monitor result data set.MonitorResult.BuilderresultType(String resultType)Type of result.MonitorResult.BuildervantagePoint(String vantagePoint)The name of the public or dedicated vantage point.
 
- 
- 
- 
Method Detail- 
resultTypepublic MonitorResult.Builder resultType(String resultType) Type of result.Example: har, screenshot, log, network, diagnostics or script. - Parameters:
- resultType- the value to set
- Returns:
- this builder
 
 - 
resultContentTypepublic MonitorResult.Builder resultContentType(String resultContentType) Type of result content.Example: Zip or Raw file. - Parameters:
- resultContentType- the value to set
- Returns:
- this builder
 
 - 
resultDataSetpublic MonitorResult.Builder resultDataSet(List<MonitorResultData> resultDataSet) Monitor result data set.- Parameters:
- resultDataSet- the value to set
- Returns:
- this builder
 
 - 
monitorIdpublic MonitorResult.Builder monitorId(String monitorId) The OCID of the monitor.- Parameters:
- monitorId- the value to set
- Returns:
- this builder
 
 - 
vantagePointpublic MonitorResult.Builder vantagePoint(String vantagePoint) The name of the public or dedicated vantage point.- Parameters:
- vantagePoint- the value to set
- Returns:
- this builder
 
 - 
executionTimepublic MonitorResult.Builder executionTime(String executionTime) The specific point of time when the result of an execution is collected.- Parameters:
- executionTime- the value to set
- Returns:
- this builder
 
 - 
buildpublic MonitorResult build() 
 - 
copypublic MonitorResult.Builder copy(MonitorResult model) 
 
- 
 
-