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