Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.apiInfoLocation(java.lang.String apiInfoLocation)
Set the location of the API info endpoint as would be provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.asyncAccepted(boolean asyncAccepted)
Set the value of the flag indicating whether the platform supports asynchronous operations
as would be provided in the request from the platform.
|
static UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.builder()
Create a builder that provides a fluent API for constructing an UpdateServiceInstanceRequest.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.context(Context context)
Set the
Context of the request as would be provided in the request from the platform. |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.originatingIdentity(Context originatingIdentity)
Set the identity of the user making the request as would be provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.parameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
Add a set of parameters from the provided Map to the request parameters
as would be provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.parameters(java.lang.String key,
java.lang.Object value)
Add a key/value pair to the request parameters as would be provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.planId(java.lang.String planId)
Set the plan ID as would be provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.platformInstanceId(java.lang.String platformInstanceId)
Set the ID of the platform instance as would be provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.previousValues(UpdateServiceInstanceRequest.PreviousValues previousValues)
Set the previous values of the service instance details as would be
provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.serviceDefinition(ServiceDefinition serviceDefinition)
Set the fully resolved service definition.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.serviceDefinitionId(java.lang.String serviceDefinitionId)
Set the service definition ID as would be provided in the request from the platform.
|
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder |
UpdateServiceInstanceRequest.UpdateServiceInstanceRequestBuilder.serviceInstanceId(java.lang.String serviceInstanceId)
Set the service instance ID as would be provided in the request from the platform.
|