Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder.async(boolean async)
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
|
static CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder |
CreateServiceInstanceResponse.builder()
Create a builder that provides a fluent API for constructing a CreateServiceInstanceResponse.
|
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder.dashboardUrl(String dashboardUrl)
Set the URL of a web-based management user interface provided by the service broker for the service
instance.
|
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder.instanceExisted(boolean instanceExisted)
Set a boolean value indicating whether the service instance already exists with the same parameters as the
requested service instance.
|
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder |
CreateServiceInstanceResponse.CreateServiceInstanceResponseBuilder.operation(String operation)
Set a value to inform the user of the operation being performed in support of an asynchronous response.
|