public static interface GetDevicePoolCompatibilityResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDevicePoolCompatibilityResponse.Builder compatibleDevices(Collection<DevicePoolCompatibilityResult> compatibleDevices)
Information about compatible devices.
compatibleDevices - Information about compatible devices.GetDevicePoolCompatibilityResponse.Builder compatibleDevices(DevicePoolCompatibilityResult... compatibleDevices)
Information about compatible devices.
compatibleDevices - Information about compatible devices.GetDevicePoolCompatibilityResponse.Builder compatibleDevices(Consumer<DevicePoolCompatibilityResult.Builder>... compatibleDevices)
Information about compatible devices.
This is a convenience method that creates an instance of theDevicePoolCompatibilityResult.Builder avoiding the
need to create one manually via
DevicePoolCompatibilityResult.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #compatibleDevices(List.
compatibleDevices - a consumer that will call methods on
DevicePoolCompatibilityResult.Builder#compatibleDevices(java.util.Collection) GetDevicePoolCompatibilityResponse.Builder incompatibleDevices(Collection<DevicePoolCompatibilityResult> incompatibleDevices)
Information about incompatible devices.
incompatibleDevices - Information about incompatible devices.GetDevicePoolCompatibilityResponse.Builder incompatibleDevices(DevicePoolCompatibilityResult... incompatibleDevices)
Information about incompatible devices.
incompatibleDevices - Information about incompatible devices.GetDevicePoolCompatibilityResponse.Builder incompatibleDevices(Consumer<DevicePoolCompatibilityResult.Builder>... incompatibleDevices)
Information about incompatible devices.
This is a convenience method that creates an instance of theDevicePoolCompatibilityResult.Builder avoiding the
need to create one manually via
DevicePoolCompatibilityResult.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #incompatibleDevices(List.
incompatibleDevices - a consumer that will call methods on
DevicePoolCompatibilityResult.Builder#incompatibleDevices(java.util.Collection) Copyright © 2022. All rights reserved.