| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Context |
build()
Build the instance from this builder.
|
Context.Builder |
id(String id)
Identification of the new context, should be unique within this runtime.
|
Context.Builder |
parent(Context parent)
Parent of the new context.
|
public Context build()
Builderpublic Context.Builder parent(Context parent)
parent - parent contextpublic Context.Builder id(String id)
id - context identificationCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.