public static class GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder
extends java.lang.Object
GetLastServiceOperationRequest
.Modifier and Type | Method and Description |
---|---|
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.
|
GetLastServiceOperationRequest |
build()
Construct a
GetLastServiceOperationRequest from the provided values. |
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
operation(java.lang.String operation)
Set the operation as would be provided in the request from the platform.
|
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 |
planId(java.lang.String planId)
Set the plan ID as would be provided in the request from the platform.
|
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 |
serviceDefinitionId(java.lang.String serviceDefinitionId)
Set the service definition ID as would be provided in the request from the platform.
|
GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder |
serviceInstanceId(java.lang.String serviceInstanceId)
Set the service instance ID as would be provided in the request from the platform.
|
public GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder serviceInstanceId(java.lang.String serviceInstanceId)
serviceInstanceId
- the service instance IDGetLastServiceOperationRequest.getServiceInstanceId()
public GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder serviceDefinitionId(java.lang.String serviceDefinitionId)
serviceDefinitionId
- the service definition IDGetLastServiceOperationRequest.getServiceDefinitionId()
public GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder planId(java.lang.String planId)
planId
- the plan IDGetLastServiceOperationRequest.getPlanId()
public GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder operation(java.lang.String operation)
operation
- the operationpublic GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder platformInstanceId(java.lang.String platformInstanceId)
platformInstanceId
- the platform instance IDServiceBrokerRequest.getPlatformInstanceId()
public GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder apiInfoLocation(java.lang.String apiInfoLocation)
apiInfoLocation
- the API info endpoint locationServiceBrokerRequest.getApiInfoLocation()
public GetLastServiceOperationRequest.GetLastServiceOperationRequestBuilder originatingIdentity(Context originatingIdentity)
originatingIdentity
- the user identityServiceBrokerRequest.getOriginatingIdentity()
public GetLastServiceOperationRequest build()
GetLastServiceOperationRequest
from the provided values.