Uses of Class
com.oracle.bmc.dataintegration.model.KeyRangePartitionConfig.Builder
-
Packages that use KeyRangePartitionConfig.Builder Package Description com.oracle.bmc.dataintegration.model -
-
Uses of KeyRangePartitionConfig.Builder in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return KeyRangePartitionConfig.Builder Modifier and Type Method Description static KeyRangePartitionConfig.Builder
KeyRangePartitionConfig. builder()
Create a new builder.KeyRangePartitionConfig.Builder
KeyRangePartitionConfig.Builder. copy(KeyRangePartitionConfig model)
KeyRangePartitionConfig.Builder
KeyRangePartitionConfig.Builder. keyRange(KeyRange keyRange)
KeyRangePartitionConfig.Builder
KeyRangePartitionConfig.Builder. partitionNumber(Integer partitionNumber)
The partition number for the key range.KeyRangePartitionConfig.Builder
KeyRangePartitionConfig. toBuilder()
-