Class KeyRangePartitionConfig.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.KeyRangePartitionConfig.Builder
 
- 
- Enclosing class:
- KeyRangePartitionConfig
 
 public static class KeyRangePartitionConfig.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyRangePartitionConfigbuild()KeyRangePartitionConfig.Buildercopy(KeyRangePartitionConfig model)KeyRangePartitionConfig.BuilderkeyRange(KeyRange keyRange)KeyRangePartitionConfig.BuilderpartitionNumber(Integer partitionNumber)The partition number for the key range.
 
- 
- 
- 
Method Detail- 
partitionNumberpublic KeyRangePartitionConfig.Builder partitionNumber(Integer partitionNumber) The partition number for the key range.- Parameters:
- partitionNumber- the value to set
- Returns:
- this builder
 
 - 
keyRangepublic KeyRangePartitionConfig.Builder keyRange(KeyRange keyRange) 
 - 
buildpublic KeyRangePartitionConfig build() 
 - 
copypublic KeyRangePartitionConfig.Builder copy(KeyRangePartitionConfig model) 
 
- 
 
-