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