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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaRuntimeIdbuild()JavaRuntimeId.Buildercopy(JavaRuntimeId model)JavaRuntimeId.Builderdistribution(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.BuilderjreKey(String jreKey)The unique identifier for a Java Runtime.JavaRuntimeId.Buildervendor(String vendor)The vendor of the Java Runtime.JavaRuntimeId.Builderversion(String version)The version of the Java Runtime.
 
- 
- 
- 
Method Detail- 
versionpublic JavaRuntimeId.Builder version(String version) The version of the Java Runtime.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
vendorpublic JavaRuntimeId.Builder vendor(String vendor) The vendor of the Java Runtime.- Parameters:
- vendor- the value to set
- Returns:
- this builder
 
 - 
distributionpublic 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
 
 - 
jreKeypublic JavaRuntimeId.Builder jreKey(String jreKey) The unique identifier for a Java Runtime.- Parameters:
- jreKey- the value to set
- Returns:
- this builder
 
 - 
buildpublic JavaRuntimeId build() 
 - 
copypublic JavaRuntimeId.Builder copy(JavaRuntimeId model) 
 
- 
 
-