Package com.oracle.bmc.datasafe.model
Class ListSelectionMode.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.ListSelectionMode.Builder
 
- 
- Enclosing class:
- ListSelectionMode
 
 public static class ListSelectionMode.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSelectionModebuild()ListSelectionMode.Buildercopy(ListSelectionMode model)ListSelectionMode.Builderitems(List<String> items)- Array of the violation log ocids to be selected in case of allowed SQLs bulk create.
 
 
- 
- 
- 
Method Detail- 
itemspublic ListSelectionMode.Builder items(List<String> items) - Array of the violation log ocids to be selected in case of allowed SQLs bulk create.
 Array of the allowed SQL ocids to be selected in case of allowed SQLs bulk delete. - Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ListSelectionMode build() 
 - 
copypublic ListSelectionMode.Builder copy(ListSelectionMode model) 
 
- 
 
-