Package | Description |
---|---|
org.springframework.cloud.servicebroker.model.instance |
Service instance models
|
Modifier and Type | Method and Description |
---|---|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.apiInfoLocation(String apiInfoLocation)
Set the location of the API info endpoint as would be provided in the request from the platform.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.asyncAccepted(boolean asyncAccepted)
Set the value of the flag indicating whether the platform supports asynchronous operations.
|
static CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.builder()
Create a builder that provides a fluent API for constructing a CreateServiceInstanceRequest.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.context(Context context)
Set the
Context as would be provided in the request from the platform. |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Set the maintenance info related to the plan
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.originatingIdentity(Context originatingIdentity)
Set the identity of the user making the request as would be provided in the request from the platform.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.parameters(Map<String,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.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.parameters(String key,
Object value)
Add a key/value pair to the request parameters as would be provided in the request from the platform.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.plan(Plan plan)
Set the fully resolved plan for the service definition
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.planId(String planId)
Set the plan ID as would be provided in the request from the platform.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.platformInstanceId(String platformInstanceId)
Set the ID of the platform instance as would be provided in the request from the platform.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.requestIdentity(String requestIdentity)
Set the identity of the request sent from the platform
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.serviceDefinition(ServiceDefinition serviceDefinition)
Set the fully resolved service definition.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.serviceDefinitionId(String serviceDefinitionId)
Set the service definition ID as would be provided in the request from the platform.
|
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder |
CreateServiceInstanceRequest.CreateServiceInstanceRequestBuilder.serviceInstanceId(String serviceInstanceId)
Set the service instance ID as would be provided in the request from the platform.
|