public static interface UpdateDeviceInstanceResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<UpdateDeviceInstanceResponse.Builder,UpdateDeviceInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDeviceInstanceResponse.Builder |
deviceInstance(Consumer<DeviceInstance.Builder> deviceInstance)
An object that contains information about your device instance.
|
UpdateDeviceInstanceResponse.Builder |
deviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDeviceInstanceResponse.Builder deviceInstance(DeviceInstance deviceInstance)
An object that contains information about your device instance.
deviceInstance - An object that contains information about your device instance.default UpdateDeviceInstanceResponse.Builder deviceInstance(Consumer<DeviceInstance.Builder> deviceInstance)
An object that contains information about your device instance.
This is a convenience method that creates an instance of theDeviceInstance.Builder avoiding the need
to create one manually via DeviceInstance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deviceInstance(DeviceInstance).
deviceInstance - a consumer that will call methods on DeviceInstance.BuilderdeviceInstance(DeviceInstance)Copyright © 2023. All rights reserved.