Uses of Class
com.oracle.bmc.jms.model.JavaRuntimeId.Builder
-
Packages that use JavaRuntimeId.Builder Package Description com.oracle.bmc.jms.model -
-
Uses of JavaRuntimeId.Builder in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JavaRuntimeId.Builder Modifier and Type Method Description static JavaRuntimeId.Builder
JavaRuntimeId. builder()
Create a new builder.JavaRuntimeId.Builder
JavaRuntimeId.Builder. copy(JavaRuntimeId model)
JavaRuntimeId.Builder
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
JavaRuntimeId.Builder. jreKey(String jreKey)
The unique identifier for a Java Runtime.JavaRuntimeId.Builder
JavaRuntimeId. toBuilder()
JavaRuntimeId.Builder
JavaRuntimeId.Builder. vendor(String vendor)
The vendor of the Java Runtime.JavaRuntimeId.Builder
JavaRuntimeId.Builder. version(String version)
The version of the Java Runtime.
-