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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSelectionMode
build()
ListSelectionMode.Builder
copy(ListSelectionMode model)
ListSelectionMode.Builder
items(List<String> items)
- Array of the violation log ocids to be selected in case of allowed SQLs bulk create.
-
-
-
Method Detail
-
items
public 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
-
build
public ListSelectionMode build()
-
copy
public ListSelectionMode.Builder copy(ListSelectionMode model)
-
-