Package com.oracle.bmc.devops.model
Class PatchReplaceInstruction.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.PatchReplaceInstruction.Builder
 
- 
- Enclosing class:
- PatchReplaceInstruction
 
 public static class PatchReplaceInstruction.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchReplaceInstructionbuild()PatchReplaceInstruction.Buildercopy(PatchReplaceInstruction model)PatchReplaceInstruction.Builderselection(String selection)PatchReplaceInstruction.Buildervalue(Object value)A value to be added into the target.
 
- 
- 
- 
Method Detail- 
selectionpublic PatchReplaceInstruction.Builder selection(String selection) 
 - 
valuepublic PatchReplaceInstruction.Builder value(Object value) A value to be added into the target.- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchReplaceInstruction build() 
 - 
copypublic PatchReplaceInstruction.Builder copy(PatchReplaceInstruction model) 
 
- 
 
-