Package com.oracle.bmc.jms.model
Class JavaMigrationAnalysisResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.JavaMigrationAnalysisResult.Builder
 
- 
- Enclosing class:
- JavaMigrationAnalysisResult
 
 public static class JavaMigrationAnalysisResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaMigrationAnalysisResult.BuilderapplicationExecutionType(ApplicationExecutionType applicationExecutionType)Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.JavaMigrationAnalysisResult.BuilderapplicationKey(String applicationKey)The unique key that identifies the application.JavaMigrationAnalysisResult.BuilderapplicationName(String applicationName)The name of the application for which the Java migration analysis was performed.JavaMigrationAnalysisResult.BuilderapplicationPath(String applicationPath)The installation path of the application for which the Java migration analysis was performed.JavaMigrationAnalysisResult.BuilderbucketName(String bucketName)The name of the object storage bucket that contains the results of the migration analysis.JavaMigrationAnalysisResultbuild()JavaMigrationAnalysisResult.Buildercopy(JavaMigrationAnalysisResult model)JavaMigrationAnalysisResult.BuilderfleetId(String fleetId)The fleet OCID.JavaMigrationAnalysisResult.BuilderhostName(String hostName)The hostname of the managed instance that hosts the application for which the Java migration analysis was performed.JavaMigrationAnalysisResult.Builderid(String id)The OCID of the migration analysis report.JavaMigrationAnalysisResult.BuildermanagedInstanceId(String managedInstanceId)The managed instance OCID.JavaMigrationAnalysisResult.Buildermetadata(String metadata)Additional info reserved for future use.JavaMigrationAnalysisResult.Buildernamespace(String namespace)The object storage namespace that contains the results of the migration analysis.JavaMigrationAnalysisResult.BuilderobjectList(List<String> objectList)The names of the object storage objects that contain the results of the migration analysis.JavaMigrationAnalysisResult.BuilderobjectStorageUploadDirPath(String objectStorageUploadDirPath)The directory path of the object storage bucket that contains the results of the migration analysis.JavaMigrationAnalysisResult.BuildersourceJdkVersion(String sourceJdkVersion)The source JDK version of the application that’s currently running.JavaMigrationAnalysisResult.BuildertargetJdkVersion(String targetJdkVersion)The target JDK version of the application to be migrated.JavaMigrationAnalysisResult.BuildertimeCreated(Date timeCreated)The time the result is compiled.JavaMigrationAnalysisResult.BuilderworkRequestId(String workRequestId)The OCID of the work request of this analysis.
 
- 
- 
- 
Method Detail- 
idpublic JavaMigrationAnalysisResult.Builder id(String id) The OCID of the migration analysis report.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
workRequestIdpublic JavaMigrationAnalysisResult.Builder workRequestId(String workRequestId) The OCID of the work request of this analysis.- Parameters:
- workRequestId- the value to set
- Returns:
- this builder
 
 - 
fleetIdpublic JavaMigrationAnalysisResult.Builder fleetId(String fleetId) The fleet OCID.- Parameters:
- fleetId- the value to set
- Returns:
- this builder
 
 - 
applicationKeypublic JavaMigrationAnalysisResult.Builder applicationKey(String applicationKey) The unique key that identifies the application.- Parameters:
- applicationKey- the value to set
- Returns:
- this builder
 
 - 
applicationNamepublic JavaMigrationAnalysisResult.Builder applicationName(String applicationName) The name of the application for which the Java migration analysis was performed.- Parameters:
- applicationName- the value to set
- Returns:
- this builder
 
 - 
applicationPathpublic JavaMigrationAnalysisResult.Builder applicationPath(String applicationPath) The installation path of the application for which the Java migration analysis was performed.- Parameters:
- applicationPath- the value to set
- Returns:
- this builder
 
 - 
applicationExecutionTypepublic JavaMigrationAnalysisResult.Builder applicationExecutionType(ApplicationExecutionType applicationExecutionType) Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.- Parameters:
- applicationExecutionType- the value to set
- Returns:
- this builder
 
 - 
sourceJdkVersionpublic JavaMigrationAnalysisResult.Builder sourceJdkVersion(String sourceJdkVersion) The source JDK version of the application that’s currently running.- Parameters:
- sourceJdkVersion- the value to set
- Returns:
- this builder
 
 - 
targetJdkVersionpublic JavaMigrationAnalysisResult.Builder targetJdkVersion(String targetJdkVersion) The target JDK version of the application to be migrated.- Parameters:
- targetJdkVersion- the value to set
- Returns:
- this builder
 
 - 
managedInstanceIdpublic JavaMigrationAnalysisResult.Builder managedInstanceId(String managedInstanceId) The managed instance OCID.- Parameters:
- managedInstanceId- the value to set
- Returns:
- this builder
 
 - 
hostNamepublic JavaMigrationAnalysisResult.Builder hostName(String hostName) The hostname of the managed instance that hosts the application for which the Java migration analysis was performed.- Parameters:
- hostName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic JavaMigrationAnalysisResult.Builder timeCreated(Date timeCreated) The time the result is compiled.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
namespacepublic JavaMigrationAnalysisResult.Builder namespace(String namespace) The object storage namespace that contains the results of the migration analysis.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketNamepublic JavaMigrationAnalysisResult.Builder bucketName(String bucketName) The name of the object storage bucket that contains the results of the migration analysis.- Parameters:
- bucketName- the value to set
- Returns:
- this builder
 
 - 
objectStorageUploadDirPathpublic JavaMigrationAnalysisResult.Builder objectStorageUploadDirPath(String objectStorageUploadDirPath) The directory path of the object storage bucket that contains the results of the migration analysis.- Parameters:
- objectStorageUploadDirPath- the value to set
- Returns:
- this builder
 
 - 
objectListpublic JavaMigrationAnalysisResult.Builder objectList(List<String> objectList) The names of the object storage objects that contain the results of the migration analysis.- Parameters:
- objectList- the value to set
- Returns:
- this builder
 
 - 
metadatapublic JavaMigrationAnalysisResult.Builder metadata(String metadata) Additional info reserved for future use.- Parameters:
- metadata- the value to set
- Returns:
- this builder
 
 - 
buildpublic JavaMigrationAnalysisResult build() 
 - 
copypublic JavaMigrationAnalysisResult.Builder copy(JavaMigrationAnalysisResult model) 
 
- 
 
-