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 |
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 build()
public NewInstallationSite.Builder copy(NewInstallationSite model)
Copyright © 2016–2023. All rights reserved.