Package com.oracle.bmc.jms.model
Class PerformanceTuningAnalysisResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.PerformanceTuningAnalysisResult.Builder
 
- 
- Enclosing class:
- PerformanceTuningAnalysisResult
 
 public static class PerformanceTuningAnalysisResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PerformanceTuningAnalysisResult.BuilderapplicationId(String applicationId)The OCID of the application for which the report has been generated.PerformanceTuningAnalysisResult.BuilderapplicationInstallationId(String applicationInstallationId)The internal identifier of the application installation for which the report has been generated.PerformanceTuningAnalysisResult.BuilderapplicationInstallationPath(String applicationInstallationPath)The installation path of the application for which the report has been generated.PerformanceTuningAnalysisResult.BuilderapplicationName(String applicationName)The name of the application for which the report has been generated.PerformanceTuningAnalysisResult.BuilderbucketName(String bucketName)The Object Storage bucket name of this analysis result.PerformanceTuningAnalysisResultbuild()PerformanceTuningAnalysisResult.Buildercopy(PerformanceTuningAnalysisResult model)PerformanceTuningAnalysisResult.BuilderfleetId(String fleetId)The fleet OCID.PerformanceTuningAnalysisResult.BuilderhostName(String hostName)The hostname of the managed instance.PerformanceTuningAnalysisResult.Builderid(String id)The OCID to identify this analysis results.PerformanceTuningAnalysisResult.BuildermanagedInstanceId(String managedInstanceId)The managed instance OCID.PerformanceTuningAnalysisResult.Buildernamespace(String namespace)The Object Storage namespace of this analysis result.PerformanceTuningAnalysisResult.BuilderobjectName(String objectName)The Object Storage object name of this analysis result.PerformanceTuningAnalysisResult.Builderresult(PerformanceTuningResultStatus result)Result of the analysis based on whether warnings have been found or not.PerformanceTuningAnalysisResult.BuildertimeCreated(Date timeCreated)The time the result is compiled.PerformanceTuningAnalysisResult.BuildertimeFinished(Date timeFinished)The time the JFR recording has finished.PerformanceTuningAnalysisResult.BuildertimeStarted(Date timeStarted)The time the JFR recording has started.PerformanceTuningAnalysisResult.BuilderwarningCount(Integer warningCount)Total number of warnings reported by the analysis.PerformanceTuningAnalysisResult.BuilderworkRequestId(String workRequestId)The OCID of the work request to start the analysis.
 
- 
- 
- 
Method Detail- 
idpublic PerformanceTuningAnalysisResult.Builder id(String id) The OCID to identify this analysis results.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
workRequestIdpublic PerformanceTuningAnalysisResult.Builder workRequestId(String workRequestId) The OCID of the work request to start the analysis.- Parameters:
- workRequestId- the value to set
- Returns:
- this builder
 
 - 
fleetIdpublic PerformanceTuningAnalysisResult.Builder fleetId(String fleetId) The fleet OCID.- Parameters:
- fleetId- the value to set
- Returns:
- this builder
 
 - 
applicationIdpublic PerformanceTuningAnalysisResult.Builder applicationId(String applicationId) The OCID of the application for which the report has been generated.- Parameters:
- applicationId- the value to set
- Returns:
- this builder
 
 - 
applicationInstallationIdpublic PerformanceTuningAnalysisResult.Builder applicationInstallationId(String applicationInstallationId) The internal identifier of the application installation for which the report has been generated.- Parameters:
- applicationInstallationId- the value to set
- Returns:
- this builder
 
 - 
applicationInstallationPathpublic PerformanceTuningAnalysisResult.Builder applicationInstallationPath(String applicationInstallationPath) The installation path of the application for which the report has been generated.- Parameters:
- applicationInstallationPath- the value to set
- Returns:
- this builder
 
 - 
warningCountpublic PerformanceTuningAnalysisResult.Builder warningCount(Integer warningCount) Total number of warnings reported by the analysis.- Parameters:
- warningCount- the value to set
- Returns:
- this builder
 
 - 
resultpublic PerformanceTuningAnalysisResult.Builder result(PerformanceTuningResultStatus result) Result of the analysis based on whether warnings have been found or not.- Parameters:
- result- the value to set
- Returns:
- this builder
 
 - 
managedInstanceIdpublic PerformanceTuningAnalysisResult.Builder managedInstanceId(String managedInstanceId) The managed instance OCID.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder
 
 - 
hostNamepublic PerformanceTuningAnalysisResult.Builder hostName(String hostName) The hostname of the managed instance.- Parameters:
- hostName- the value to set
- Returns:
- this builder
 
 - 
applicationNamepublic PerformanceTuningAnalysisResult.Builder applicationName(String applicationName) The name of the application for which the report has been generated.- Parameters:
- applicationName- the value to set
- Returns:
- this builder
 
 - 
namespacepublic PerformanceTuningAnalysisResult.Builder namespace(String namespace) The Object Storage namespace of this analysis result.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic PerformanceTuningAnalysisResult.Builder bucketName(String bucketName) The Object Storage bucket name of this analysis result.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
objectNamepublic PerformanceTuningAnalysisResult.Builder objectName(String objectName) The Object Storage object name of this analysis result.- Parameters:
- objectName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic PerformanceTuningAnalysisResult.Builder timeCreated(Date timeCreated) The time the result is compiled.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeStartedpublic PerformanceTuningAnalysisResult.Builder timeStarted(Date timeStarted) The time the JFR recording has started.- Parameters:
- timeStarted- the value to set
- Returns:
- this builder
 
 - 
timeFinishedpublic PerformanceTuningAnalysisResult.Builder timeFinished(Date timeFinished) The time the JFR recording has finished.- Parameters:
- timeFinished- the value to set
- Returns:
- this builder
 
 - 
buildpublic PerformanceTuningAnalysisResult build() 
 - 
copypublic PerformanceTuningAnalysisResult.Builder copy(PerformanceTuningAnalysisResult model) 
 
- 
 
-