Class Schemas.SchemasBuilder
java.lang.Object
org.springframework.cloud.servicebroker.model.catalog.Schemas.SchemasBuilder
- Enclosing class:
- Schemas
Provides a fluent API for constructing a Schemas.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Construct aSchemasfrom the provided values.serviceBindingSchema(ServiceBindingSchema serviceBindingSchema) The schemas available on a service binding.serviceInstanceSchema(ServiceInstanceSchema serviceInstanceSchema) The schemas available on a service instance.
-
Method Details
-
serviceInstanceSchema
The schemas available on a service instance.- Parameters:
serviceInstanceSchema- the schemas- Returns:
- the binder instance
-
serviceBindingSchema
The schemas available on a service binding.- Parameters:
serviceBindingSchema- the schemas- Returns:
- the binder instance
-
build
Construct aSchemasfrom the provided values.- Returns:
- the newly constructed Schemas
-