Class PivotKeys.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.PivotKeys.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PivotKeysbuild()PivotKeys.Buildercopy(PivotKeys model)PivotKeys.Builderkey(String key)The key of the object.PivotKeys.BuildermodelType(String modelType)The type of the object.PivotKeys.BuildermodelVersion(String modelVersion)The model version of an object.PivotKeys.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.PivotKeys.BuilderparentRef(ParentReference parentRef)PivotKeys.BuilderpivotAxis(List<String> pivotAxis)The pivot axis is the point around which the table will be rotated, and the pivot values will be transposed into columns in the output table.PivotKeys.BuilderpivotKeyValueMap(Map<String,List<String>> pivotKeyValueMap)Map of alias to pivot key values.
 
- 
- 
- 
Method Detail- 
pivotAxispublic PivotKeys.Builder pivotAxis(List<String> pivotAxis) The pivot axis is the point around which the table will be rotated, and the pivot values will be transposed into columns in the output table.- Parameters:
- pivotAxis- the value to set
- Returns:
- this builder
 
 - 
pivotKeyValueMappublic PivotKeys.Builder pivotKeyValueMap(Map<String,List<String>> pivotKeyValueMap) Map of alias to pivot key values.- Parameters:
- pivotKeyValueMap- the value to set
- Returns:
- this builder
 
 - 
keypublic PivotKeys.Builder key(String key) The key of the object.- Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic PivotKeys.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic PivotKeys.Builder modelVersion(String modelVersion) The model version of an object.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic PivotKeys.Builder parentRef(ParentReference parentRef) 
 - 
objectStatuspublic PivotKeys.Builder objectStatus(Integer objectStatus) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
buildpublic PivotKeys build() 
 - 
copypublic PivotKeys.Builder copy(PivotKeys model) 
 
- 
 
-