public static interface GetServiceInstanceResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetServiceInstanceResponse.Builder,GetServiceInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetServiceInstanceResponse.Builder |
serviceInstance(Consumer<ServiceInstance.Builder> serviceInstance)
The detailed data of the requested service instance.
|
GetServiceInstanceResponse.Builder |
serviceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceInstanceResponse.Builder serviceInstance(ServiceInstance serviceInstance)
The detailed data of the requested service instance.
serviceInstance - The detailed data of the requested service instance.default GetServiceInstanceResponse.Builder serviceInstance(Consumer<ServiceInstance.Builder> serviceInstance)
The detailed data of the requested service instance.
This is a convenience method that creates an instance of theServiceInstance.Builder avoiding the
need to create one manually via ServiceInstance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to serviceInstance(ServiceInstance).
serviceInstance - a consumer that will call methods on ServiceInstance.BuilderserviceInstance(ServiceInstance)Copyright © 2023. All rights reserved.