public static final class ServiceInstanceSchema.ServiceInstanceSchemaBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceSchema |
build()
Construct a
ServiceInstanceSchema from the provided values. |
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
createMethodSchema(MethodSchema createMethodSchema)
The JSON schema for configuration parameters when creating a service instance.
|
ServiceInstanceSchema.ServiceInstanceSchemaBuilder |
updateMethodSchema(MethodSchema updateMethodSchema)
The JSON schema for configuration parameters when updating a service instance.
|
public ServiceInstanceSchema.ServiceInstanceSchemaBuilder createMethodSchema(MethodSchema createMethodSchema)
createMethodSchema - the schemapublic ServiceInstanceSchema.ServiceInstanceSchemaBuilder updateMethodSchema(MethodSchema updateMethodSchema)
updateMethodSchema - the schemapublic ServiceInstanceSchema build()
ServiceInstanceSchema from the provided values.