Class PatchInsertMultipleInstruction.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.PatchInsertMultipleInstruction.Builder
 
- 
- Enclosing class:
- PatchInsertMultipleInstruction
 
 public static class PatchInsertMultipleInstruction.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchInsertMultipleInstructionbuild()PatchInsertMultipleInstruction.Buildercopy(PatchInsertMultipleInstruction model)PatchInsertMultipleInstruction.Builderposition(PatchInsertMultipleInstruction.Position position)Where to insert the values, relative to the first item matched by selectedItem.PatchInsertMultipleInstruction.BuilderselectedItem(String selectedItem)A selection to be evaluated against the array for identifying a particular reference item within it, with the same format and semantics as selection.PatchInsertMultipleInstruction.Builderselection(String selection)PatchInsertMultipleInstruction.Buildervalues(List<Object> values)A list of consecutive values to be inserted into the target.
 
- 
- 
- 
Method Detail- 
selectionpublic PatchInsertMultipleInstruction.Builder selection(String selection) 
 - 
valuespublic PatchInsertMultipleInstruction.Builder values(List<Object> values) A list of consecutive values to be inserted into the target.- Parameters:
- values- the value to set
- Returns:
- this builder
 
 - 
selectedItempublic PatchInsertMultipleInstruction.Builder selectedItem(String selectedItem) A selection to be evaluated against the array for identifying a particular reference item within it, with the same format and semantics as selection.- Parameters:
- selectedItem- the value to set
- Returns:
- this builder
 
 - 
positionpublic PatchInsertMultipleInstruction.Builder position(PatchInsertMultipleInstruction.Position position) Where to insert the values, relative to the first item matched by selectedItem.If selectedItem is unspecified, then “BEFORE” specifies insertion at the first position in an array and “AFTER” specifies insertion at the last position. If selectedItem is specified but results in an empty selection, then both values specify insertion at the last position. - Parameters:
- position- the value to set
- Returns:
- this builder
 
 - 
buildpublic PatchInsertMultipleInstruction build() 
 - 
copypublic PatchInsertMultipleInstruction.Builder copy(PatchInsertMultipleInstruction model) 
 
- 
 
-