Class PatchMoveInstruction.Builder
- java.lang.Object
- 
- com.oracle.bmc.demandsignal.model.PatchMoveInstruction.Builder
 
- 
- Enclosing class:
- PatchMoveInstruction
 
 public static class PatchMoveInstruction.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchMoveInstructionbuild()PatchMoveInstruction.Buildercopy(PatchMoveInstruction model)PatchMoveInstruction.Builderfrom(String from)The selection that is to be moved, with the same format and semantics as selection.PatchMoveInstruction.Builderposition(PatchMoveInstruction.Position position)Where to insert the value in an array, relative to the first item in the selection.PatchMoveInstruction.Builderselection(String selection)
 
- 
- 
- 
Method Detail- 
selectionpublic PatchMoveInstruction.Builder selection(String selection) 
 - 
frompublic PatchMoveInstruction.Builder from(String from) The selection that is to be moved, with the same format and semantics as selection.- Parameters:
- from- the value to set
- Returns:
- this builder
 
 - 
positionpublic PatchMoveInstruction.Builder position(PatchMoveInstruction.Position position) Where to insert the value in an array, relative to the first item in the selection.If there is no such item, then “BEFORE” specifies insertion at the first position in an array and “AFTER” specifies insertion at the last position. If the first item in the selection is not the child of an array, then this field has no effect. - Parameters:
- position- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchMoveInstruction build() 
 - 
copypublic PatchMoveInstruction.Builder copy(PatchMoveInstruction model) 
 
- 
 
-