Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
static ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
ServiceInstanceSchema.builder()
Create a builder that provides a fluent API for constructing a ServiceInstanceSchema.
|
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder.createMethodSchema(MethodSchema createMethodSchema)
The JSON schema for configuration parameters when creating a service instance.
|
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder.updateMethodSchema(MethodSchema updateMethodSchema)
The JSON schema for configuration parameters when updating a service instance.
|