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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShuffleFormatEntry
build()
ShuffleFormatEntry.Builder
copy(ShuffleFormatEntry model)
ShuffleFormatEntry.Builder
description(String description)
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.
-
-
-
Method Detail
-
description
public ShuffleFormatEntry.Builder description(String description)
-
groupingColumns
public 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
-
build
public ShuffleFormatEntry build()
-
copy
public ShuffleFormatEntry.Builder copy(ShuffleFormatEntry model)
-
-