Interface SandboxSpec.SpecBuilder
- Enclosing interface:
- SandboxSpec
public static interface SandboxSpec.SpecBuilder
- 
Method SummaryModifier and TypeMethodDescriptionBuild the specification object with specified request time limitregisterCallbackContextObject(Class<?> type, Object instance) Add single mapping to callback context for this sandbox specwithMinimumMemoryInMb(int minimumMemoryInMb) Minimum JVM heap memory requirement for sandbox processwithMinimumStackInMb(int minimumStackInMb) Minimum amount of heap memory sandbox JVM should have
- 
Method Details- 
withMinimumMemoryInMbMinimum JVM heap memory requirement for sandbox process
- 
withMinimumStackInMbMinimum amount of heap memory sandbox JVM should have
- 
registerCallbackContextObjectAdd single mapping to callback context for this sandbox spec
- 
buildBuild the specification object with specified request time limit
 
-