Class SortKey.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.SortKey.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortKeybuild()SortKey.Buildercopy(SortKey model)SortKey.BuildersortRules(List<SortKeyRule> sortRules)The list of sort key rules.
-
-
-
Method Detail
-
sortRules
public SortKey.Builder sortRules(List<SortKeyRule> sortRules)
The list of sort key rules.- Parameters:
sortRules- the value to set- Returns:
- this builder
-
build
public SortKey build()
-
copy
public SortKey.Builder copy(SortKey model)
-
-