Package com.oracle.bmc.datasafe.model
Class RandomListFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.RandomListFormatEntry.Builder
-
- Enclosing class:
- RandomListFormatEntry
public static class RandomListFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomListFormatEntry
build()
RandomListFormatEntry.Builder
copy(RandomListFormatEntry model)
RandomListFormatEntry.Builder
description(String description)
RandomListFormatEntry.Builder
randomList(List<String> randomList)
A comma-separated list of values to be used to replace column values.
-
-
-
Method Detail
-
description
public RandomListFormatEntry.Builder description(String description)
-
randomList
public RandomListFormatEntry.Builder randomList(List<String> randomList)
A comma-separated list of values to be used to replace column values.The list can be of strings, numbers, or dates. The data type of each value in the list must be compatible with the data type of the column. The number of entries in the list cannot be more than 999.
- Parameters:
randomList
- the value to set- Returns:
- this builder
-
build
public RandomListFormatEntry build()
-
copy
public RandomListFormatEntry.Builder copy(RandomListFormatEntry model)
-
-