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