public static interface GetDevicePoolCompatibilityResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetDevicePoolCompatibilityResponse.Builder,GetDevicePoolCompatibilityResponse>
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetDevicePoolCompatibilityResponse.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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #compatibleDevices(List)
.compatibleDevices
- a consumer that will call methods on List.Builder
#compatibleDevices(List)
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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #incompatibleDevices(List)
.incompatibleDevices
- a consumer that will call methods on List.Builder
#incompatibleDevices(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.