| Modifier and Type | Method and Description |
|---|---|
Schema |
build()
Builds a new
Schema. |
Schema.Builder |
from(Schema instance)
Fill a builder with attribute values from the provided
Schema instance. |
Schema.Builder |
parameters(Parameters parameters)
Initializes the value for the
parameters attribute. |
public final Schema.Builder from(Schema instance)
Schema 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 Schema.Builder parameters(Parameters parameters)
parameters attribute.parameters - The value for parameters (can be null)this builder for use in a chained invocationpublic Schema build()
Schema.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.