public static final class Isolates.CreateIsolateParameters.Builder extends Object
Isolates.CreateIsolateParameters
instance.Constructor and Description |
---|
Builder()
Creates a new builder with default values.
|
Modifier and Type | Method and Description |
---|---|
Isolates.CreateIsolateParameters |
build()
Produces the final
Isolates.CreateIsolateParameters with the values set previously by
the builder methods. |
Isolates.CreateIsolateParameters.Builder |
reservedAddressSpaceSize(UnsignedWord size)
Sets the size in bytes for the reserved virtual address space of the new isolate.
|
public Isolates.CreateIsolateParameters.Builder reservedAddressSpaceSize(UnsignedWord size)
public Isolates.CreateIsolateParameters build()
Isolates.CreateIsolateParameters
with the values set previously by
the builder methods.