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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchDetailbuild()PatchDetail.Buildercopy(PatchDetail model)PatchDetail.BuilderdisplayName(String displayName)Commonly used name for the MoS release.PatchDetail.BuilderpatchUrl(String patchUrl)MoS URL to access the artifacts for the Java release.
 
- 
- 
- 
Method Detail- 
displayNamepublic PatchDetail.Builder displayName(String displayName) Commonly used name for the MoS release.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
patchUrlpublic PatchDetail.Builder patchUrl(String patchUrl) MoS URL to access the artifacts for the Java release.- Parameters:
- patchUrl- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchDetail build() 
 - 
copypublic PatchDetail.Builder copy(PatchDetail model) 
 
- 
 
-