| Modifier and Type | Method and Description |
|---|---|
Process |
build()
Builds a new
Process. |
Process.Builder |
from(Process instance)
Fill a builder with attribute values from the provided
Process instance. |
Process.Builder |
id(String id)
Initializes the value for the
id attribute. |
Process.Builder |
type(String type)
Initializes the value for the
type attribute. |
public final Process.Builder from(Process instance)
Process instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Process.Builder id(String id)
id attribute.id - The value for idthis builder for use in a chained invocationpublic final Process.Builder type(String type)
type attribute.type - The value for typethis builder for use in a chained invocationpublic Process build()
Process.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.