public static class JavaMigrationAnalysisResultSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JavaMigrationAnalysisResultSummary.Builder |
applicationExecutionType(ApplicationExecutionType applicationExecutionType)
Execution type of the application for an application type, such as WAR and EAR, that is
deployed or installed.
|
JavaMigrationAnalysisResultSummary.Builder |
applicationKey(String applicationKey)
The unique key that identifies the application.
|
JavaMigrationAnalysisResultSummary.Builder |
applicationName(String applicationName)
The name of the application for which the Java migration analysis was performed.
|
JavaMigrationAnalysisResultSummary.Builder |
applicationPath(String applicationPath)
The installation path of the application for which the Java migration analysis was
performed.
|
JavaMigrationAnalysisResultSummary.Builder |
bucketName(String bucketName)
The name of the object storage bucket that contains the results of the migration
analysis.
|
JavaMigrationAnalysisResultSummary |
build() |
JavaMigrationAnalysisResultSummary.Builder |
copy(JavaMigrationAnalysisResultSummary model) |
JavaMigrationAnalysisResultSummary.Builder |
fleetId(String fleetId)
The fleet OCID.
|
JavaMigrationAnalysisResultSummary.Builder |
hostName(String hostName)
The hostname of the managed instance that hosts the application for which the Java
migration analysis was performed.
|
JavaMigrationAnalysisResultSummary.Builder |
id(String id)
The OCID of the migration analysis report.
|
JavaMigrationAnalysisResultSummary.Builder |
managedInstanceId(String managedInstanceId)
The managed instance OCID.
|
JavaMigrationAnalysisResultSummary.Builder |
metadata(String metadata)
Additional info reserved for future use.
|
JavaMigrationAnalysisResultSummary.Builder |
namespace(String namespace)
The object storage namespace that contains the results of the migration analysis.
|
JavaMigrationAnalysisResultSummary.Builder |
objectList(List<String> objectList)
The names of the object storage objects that contain the results of the migration
analysis.
|
JavaMigrationAnalysisResultSummary.Builder |
objectStorageUploadDirPath(String objectStorageUploadDirPath)
The directory path of the object storage bucket that contains the results of the
migration analysis.
|
JavaMigrationAnalysisResultSummary.Builder |
sourceJdkVersion(String sourceJdkVersion)
The source JDK version of the application that’s currently running.
|
JavaMigrationAnalysisResultSummary.Builder |
targetJdkVersion(String targetJdkVersion)
The target JDK version of the application to be migrated.
|
JavaMigrationAnalysisResultSummary.Builder |
timeCreated(Date timeCreated)
The time the result is compiled.
|
JavaMigrationAnalysisResultSummary.Builder |
workRequestId(String workRequestId)
The OCID of the work request of this analysis.
|
public JavaMigrationAnalysisResultSummary.Builder id(String id)
The OCID of the migration analysis report.
id
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder workRequestId(String workRequestId)
The OCID of the work request of this analysis.
workRequestId
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder fleetId(String fleetId)
The fleet OCID.
fleetId
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder applicationKey(String applicationKey)
The unique key that identifies the application.
applicationKey
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder applicationName(String applicationName)
The name of the application for which the Java migration analysis was performed.
applicationName
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder applicationPath(String applicationPath)
The installation path of the application for which the Java migration analysis was performed.
applicationPath
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder applicationExecutionType(ApplicationExecutionType applicationExecutionType)
Execution type of the application for an application type, such as WAR and EAR, that is deployed or installed.
applicationExecutionType
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder sourceJdkVersion(String sourceJdkVersion)
The source JDK version of the application that’s currently running.
sourceJdkVersion
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder targetJdkVersion(String targetJdkVersion)
The target JDK version of the application to be migrated.
targetJdkVersion
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder managedInstanceId(String managedInstanceId)
The managed instance OCID.
managedInstanceId
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder hostName(String hostName)
The hostname of the managed instance that hosts the application for which the Java migration analysis was performed.
hostName
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder timeCreated(Date timeCreated)
The time the result is compiled.
timeCreated
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder namespace(String namespace)
The object storage namespace that contains the results of the migration analysis.
namespace
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder bucketName(String bucketName)
The name of the object storage bucket that contains the results of the migration analysis.
bucketName
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder objectStorageUploadDirPath(String objectStorageUploadDirPath)
The directory path of the object storage bucket that contains the results of the migration analysis.
objectStorageUploadDirPath
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder objectList(List<String> objectList)
The names of the object storage objects that contain the results of the migration analysis.
objectList
- the value to setpublic JavaMigrationAnalysisResultSummary.Builder metadata(String metadata)
Additional info reserved for future use.
metadata
- the value to setpublic JavaMigrationAnalysisResultSummary build()
public JavaMigrationAnalysisResultSummary.Builder copy(JavaMigrationAnalysisResultSummary model)
Copyright © 2016–2024. All rights reserved.