Package com.oracle.bmc.jms.model
Class PatchDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.model.PatchDetail.Builder
-
- Enclosing class:
- PatchDetail
public static class PatchDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDetail
build()
PatchDetail.Builder
copy(PatchDetail model)
PatchDetail.Builder
displayName(String displayName)
Commonly used name for the MoS release.PatchDetail.Builder
patchUrl(String patchUrl)
MoS URL to access the artifacts for the Java release.
-
-
-
Method Detail
-
displayName
public PatchDetail.Builder displayName(String displayName)
Commonly used name for the MoS release.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
patchUrl
public PatchDetail.Builder patchUrl(String patchUrl)
MoS URL to access the artifacts for the Java release.- Parameters:
patchUrl
- the value to set- Returns:
- this builder
-
build
public PatchDetail build()
-
copy
public PatchDetail.Builder copy(PatchDetail model)
-
-