public static class DeployedApplicationMigrationAnalysesTarget.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeployedApplicationMigrationAnalysesTarget |
build() |
DeployedApplicationMigrationAnalysesTarget.Builder |
copy(DeployedApplicationMigrationAnalysesTarget model) |
DeployedApplicationMigrationAnalysesTarget.Builder |
deployedApplicationInstallationKey(String deployedApplicationInstallationKey)
The unique key that identifies the deployed application’s installation path that is to be
used for the Java migration analyses.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
excludePackagePrefixes(List<String> excludePackagePrefixes)
Excludes the packages that starts with the prefix from the migration analyses result.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
managedInstanceId(String managedInstanceId)
The OCID of the managed instance that hosts the application for which the Java migration
analyses was performed.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
sourceJdkVersion(String sourceJdkVersion)
The JDK version the application is currently running on.
|
DeployedApplicationMigrationAnalysesTarget.Builder |
targetJdkVersion(String targetJdkVersion)
The JDK version against which the migration analyses was performed to identify effort
required to move from source JDK.
|
public DeployedApplicationMigrationAnalysesTarget.Builder managedInstanceId(String managedInstanceId)
The OCID of the managed instance that hosts the application for which the Java migration analyses was performed.
managedInstanceId
- the value to setpublic DeployedApplicationMigrationAnalysesTarget.Builder deployedApplicationInstallationKey(String deployedApplicationInstallationKey)
The unique key that identifies the deployed application’s installation path that is to be used for the Java migration analyses.
deployedApplicationInstallationKey
- the value to setpublic DeployedApplicationMigrationAnalysesTarget.Builder sourceJdkVersion(String sourceJdkVersion)
The JDK version the application is currently running on.
sourceJdkVersion
- the value to setpublic DeployedApplicationMigrationAnalysesTarget.Builder targetJdkVersion(String targetJdkVersion)
The JDK version against which the migration analyses was performed to identify effort required to move from source JDK.
targetJdkVersion
- the value to setpublic DeployedApplicationMigrationAnalysesTarget.Builder excludePackagePrefixes(List<String> excludePackagePrefixes)
Excludes the packages that starts with the prefix from the migration analyses result.
excludePackagePrefixes
- the value to setpublic DeployedApplicationMigrationAnalysesTarget build()
public DeployedApplicationMigrationAnalysesTarget.Builder copy(DeployedApplicationMigrationAnalysesTarget model)
Copyright © 2016–2024. All rights reserved.