Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.apiInfoLocation(String apiInfoLocation)
Set the location of the API info endpoint as would be provided in the request from the platform.
|
static GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.builder()
Create a builder that provides a fluent API for constructing a GetLastServiceOperationRequestBuilder.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.operation(String operation)
Set the operation as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.originatingIdentity(Context originatingIdentity)
Set the identity of the user making the request as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.planId(String planId)
Set the plan ID as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.platformInstanceId(String platformInstanceId)
Set the ID of the platform instance as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.requestIdentity(String requestIdentity)
Set the identity of the request sent from the platform
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.serviceDefinitionId(String serviceDefinitionId)
Set the service definition ID as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.serviceInstanceId(String serviceInstanceId)
Set the service instance ID as would be provided in the request from the platform.
|