Package com.oracle.bmc.datasafe.model
Class ShuffleFormatEntry.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.ShuffleFormatEntry.Builder
 
- 
- Enclosing class:
- ShuffleFormatEntry
 
 public static class ShuffleFormatEntry.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ShuffleFormatEntrybuild()ShuffleFormatEntry.Buildercopy(ShuffleFormatEntry model)ShuffleFormatEntry.Builderdescription(String description)ShuffleFormatEntry.BuildergroupingColumns(List<String> groupingColumns)One or more reference columns to be used to group column values so that they can be shuffled within their own group.
 
- 
- 
- 
Method Detail- 
descriptionpublic ShuffleFormatEntry.Builder description(String description) 
 - 
groupingColumnspublic ShuffleFormatEntry.Builder groupingColumns(List<String> groupingColumns) One or more reference columns to be used to group column values so that they can be shuffled within their own group.The grouping columns and the column to be masked must belong to the same table. - Parameters:
- groupingColumns- the value to set
- Returns:
- this builder
 
 - 
buildpublic ShuffleFormatEntry build() 
 - 
copypublic ShuffleFormatEntry.Builder copy(ShuffleFormatEntry model) 
 
- 
 
-