public static class JavaRuntimeId.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JavaRuntimeId |
build() |
JavaRuntimeId.Builder |
copy(JavaRuntimeId model) |
JavaRuntimeId.Builder |
distribution(String distribution)
The distribution of a Java Runtime is the name of the lineage of product to which it
belongs, for example Java(TM) SE Runtime Environment.
|
JavaRuntimeId.Builder |
jreKey(String jreKey)
The unique identifier for a Java Runtime.
|
JavaRuntimeId.Builder |
vendor(String vendor)
The vendor of the Java Runtime.
|
JavaRuntimeId.Builder |
version(String version)
The version of the Java Runtime.
|
public JavaRuntimeId.Builder version(String version)
The version of the Java Runtime.
version
- the value to setpublic JavaRuntimeId.Builder vendor(String vendor)
The vendor of the Java Runtime.
vendor
- the value to setpublic JavaRuntimeId.Builder distribution(String distribution)
The distribution of a Java Runtime is the name of the lineage of product to which it belongs, for example Java(TM) SE Runtime Environment.
distribution
- the value to setpublic JavaRuntimeId.Builder jreKey(String jreKey)
The unique identifier for a Java Runtime.
jreKey
- the value to setpublic JavaRuntimeId build()
public JavaRuntimeId.Builder copy(JavaRuntimeId model)
Copyright © 2016–2024. All rights reserved.