-
public final class SystemRequirementsConfiguration.BuilderBuilder class for configuring and creating instances of the SystemRequirementsConfiguration needed to enable the Session Replay feature.
-
-
Constructor Summary
Constructors Constructor Description SystemRequirementsConfiguration.Builder()
-
Method Summary
Modifier and Type Method Description final SystemRequirementsConfiguration.BuildersetMinCPUCoreNumber(Integer cpuCoreNumber)Sets the minimum CPU core number requirement. final SystemRequirementsConfiguration.BuildersetMinRAMSizeMb(Integer minRAMSizeMb)Sets the minimum requirement of total RAM of the device in megabytes. final SystemRequirementsConfigurationbuild()Builds and returns an instance of the SystemRequirementsConfiguration with the configured parameters. -
-
Method Detail
-
setMinCPUCoreNumber
final SystemRequirementsConfiguration.Builder setMinCPUCoreNumber(Integer cpuCoreNumber)
Sets the minimum CPU core number requirement.
- Parameters:
cpuCoreNumber- The minimum CPU core number.
-
setMinRAMSizeMb
final SystemRequirementsConfiguration.Builder setMinRAMSizeMb(Integer minRAMSizeMb)
Sets the minimum requirement of total RAM of the device in megabytes.
- Parameters:
minRAMSizeMb- The minimum RAM in megabytes.
-
build
final SystemRequirementsConfiguration build()
Builds and returns an instance of the SystemRequirementsConfiguration with the configured parameters.
-
-
-
-