Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder.async(boolean async)
Set a boolean value indicating whether the requested operation is being performed synchronously or
asynchronously.
|
static UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder |
UpdateServiceInstanceResponse.builder()
Create a builder that provides a fluent API for constructing an UpdateServiceInstanceResponse.
|
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder.dashboardUrl(String dashboardUrl)
Set the URL of a web-based management user interface provided by the service broker for the service instance.
|
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder.metadata(ServiceInstanceMetadata metadata)
Object containing metadata for the service instance
Can be null to indicate that metadata was not provided for the service instance.
|
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder |
UpdateServiceInstanceResponse.UpdateServiceInstanceResponseBuilder.operation(String operation)
Set a value to inform the user of the operation being performed in support of an asynchronous response.
|