Package com.oracle.bmc.jms.model
Class JavaRuntimeId.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.JavaRuntimeId.Builder
-
- Enclosing class:
- JavaRuntimeId
public static class JavaRuntimeId.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
version
public JavaRuntimeId.Builder version(String version)
The version of the Java Runtime.- Parameters:
version
- the value to set- Returns:
- this builder
-
vendor
public JavaRuntimeId.Builder vendor(String vendor)
The vendor of the Java Runtime.- Parameters:
vendor
- the value to set- Returns:
- this builder
-
distribution
public 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.- Parameters:
distribution
- the value to set- Returns:
- this builder
-
jreKey
public JavaRuntimeId.Builder jreKey(String jreKey)
The unique identifier for a Java Runtime.- Parameters:
jreKey
- the value to set- Returns:
- this builder
-
build
public JavaRuntimeId build()
-
copy
public JavaRuntimeId.Builder copy(JavaRuntimeId model)
-
-