Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.catalog |
Catalog models
|
Modifier and Type | Method and Description |
---|---|
Plan.PlanBuilder |
Plan.PlanBuilder.bindable(boolean bindable)
Indicates whether the service with this plan can be bound to applications.
|
static Plan.PlanBuilder |
Plan.builder()
Create a builder that provides a fluent API for constructing a Plan.
|
Plan.PlanBuilder |
Plan.PlanBuilder.description(java.lang.String description)
A user-friendly short description of the plan that will appear in the catalog.
|
Plan.PlanBuilder |
Plan.PlanBuilder.free(boolean free)
Whether the plan has a cost associated with it or not
|
Plan.PlanBuilder |
Plan.PlanBuilder.id(java.lang.String id)
An identifier used to correlate this plan in future requests to the catalog.
|
Plan.PlanBuilder |
Plan.PlanBuilder.metadata(java.util.Map<java.lang.String,java.lang.Object> metadata)
A map of plan metadata to further describe the plan
|
Plan.PlanBuilder |
Plan.PlanBuilder.metadata(java.lang.String key,
java.lang.Object value)
A key/value pair to add to the map of plan metadata
|
Plan.PlanBuilder |
Plan.PlanBuilder.name(java.lang.String name)
A CLI-friendly name of the plan that will appear in the catalog.
|
Plan.PlanBuilder |
Plan.PlanBuilder.schemas(Schemas schemas)
The schemas for this plan
|