public static class NewInstallationSite.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NewInstallationSite.Builder |
artifactContentType(ArtifactContentType artifactContentType)
Artifact content type for the Java version.
|
NewInstallationSite |
build() |
NewInstallationSite.Builder |
copy(NewInstallationSite model) |
NewInstallationSite.Builder |
forceInstall(Boolean forceInstall)
Forces the installation request even if a more recent release is already present in the
host.
|
NewInstallationSite.Builder |
headlessMode(Boolean headlessMode)
Flag to install headless or headful Java installation.
|
NewInstallationSite.Builder |
installationPath(String installationPath)
Custom path to install new Java installation site.
|
NewInstallationSite.Builder |
managedInstanceId(String managedInstanceId)
The OCID of the
related managed instance.
|
NewInstallationSite.Builder |
releaseVersion(String releaseVersion)
The release version of the Java Runtime.
|
public NewInstallationSite.Builder managedInstanceId(String managedInstanceId)
The OCID of the related managed instance.
managedInstanceId
- the value to setpublic NewInstallationSite.Builder releaseVersion(String releaseVersion)
The release version of the Java Runtime.
releaseVersion
- the value to setpublic NewInstallationSite.Builder artifactContentType(ArtifactContentType artifactContentType)
Artifact content type for the Java version.
artifactContentType
- the value to setpublic NewInstallationSite.Builder installationPath(String installationPath)
Custom path to install new Java installation site.
installationPath
- the value to setpublic NewInstallationSite.Builder headlessMode(Boolean headlessMode)
Flag to install headless or headful Java installation. Only valid for Oracle Linux in OCI.
headlessMode
- the value to setpublic NewInstallationSite.Builder forceInstall(Boolean forceInstall)
Forces the installation request even if a more recent release is already present in the host.
forceInstall
- the value to setpublic NewInstallationSite build()
public NewInstallationSite.Builder copy(NewInstallationSite model)
Copyright © 2016–2024. All rights reserved.