public static interface UpdateServiceInstanceResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceInstanceResponse.Builder,UpdateServiceInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceInstanceResponse.Builder |
serviceInstance(Consumer<ServiceInstance.Builder> serviceInstance)
The service instance summary data that's returned by Proton.
|
UpdateServiceInstanceResponse.Builder |
serviceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceInstanceResponse.Builder serviceInstance(ServiceInstance serviceInstance)
The service instance summary data that's returned by Proton.
serviceInstance - The service instance summary data that's returned by Proton.default UpdateServiceInstanceResponse.Builder serviceInstance(Consumer<ServiceInstance.Builder> serviceInstance)
The service instance summary data that's returned by Proton.
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.