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