public static class ExistingInstallationSiteId.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExistingInstallationSiteId |
build() |
ExistingInstallationSiteId.Builder |
copy(ExistingInstallationSiteId model) |
ExistingInstallationSiteId.Builder |
installationKey(String installationKey)
The unique identifier for the installation of a Java Runtime at a specific path on a
specific operating system.
|
ExistingInstallationSiteId.Builder |
managedInstanceId(String managedInstanceId)
The OCID of the
related managed instance.
|
public ExistingInstallationSiteId.Builder managedInstanceId(String managedInstanceId)
The OCID of the related managed instance.
managedInstanceId
- the value to setpublic ExistingInstallationSiteId.Builder installationKey(String installationKey)
The unique identifier for the installation of a Java Runtime at a specific path on a specific operating system.
installationKey
- the value to setpublic ExistingInstallationSiteId build()
public ExistingInstallationSiteId.Builder copy(ExistingInstallationSiteId model)
Copyright © 2016–2024. All rights reserved.