Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.apiInfoLocation(java.lang.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(java.lang.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(java.lang.String planId)
Set the plan ID as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.platformInstanceId(java.lang.String platformInstanceId)
Set the ID of the platform instance as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.serviceDefinitionId(java.lang.String serviceDefinitionId)
Set the service definition ID as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder.serviceInstanceId(java.lang.String serviceInstanceId)
Set the service instance ID as would be provided in the request from the platform.
|