Class KeyRangePartitionConfig.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.KeyRangePartitionConfig.Builder
-
- Enclosing class:
- KeyRangePartitionConfig
public static class KeyRangePartitionConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All 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
-
partitionNumber
public KeyRangePartitionConfig.Builder partitionNumber(Integer partitionNumber)
The partition number for the key range.- Parameters:
partitionNumber- the value to set- Returns:
- this builder
-
keyRange
public KeyRangePartitionConfig.Builder keyRange(KeyRange keyRange)
-
build
public KeyRangePartitionConfig build()
-
copy
public KeyRangePartitionConfig.Builder copy(KeyRangePartitionConfig model)
-
-