public static interface GetDevicePoolResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetDevicePoolResponse.Builder,GetDevicePoolResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDevicePoolResponse.Builder |
devicePool(Consumer<DevicePool.Builder> devicePool)
An object that contains information about the requested device pool.
|
GetDevicePoolResponse.Builder |
devicePool(DevicePool devicePool)
An object that contains information about the requested device pool.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDevicePoolResponse.Builder devicePool(DevicePool devicePool)
An object that contains information about the requested device pool.
devicePool - An object that contains information about the requested device pool.default GetDevicePoolResponse.Builder devicePool(Consumer<DevicePool.Builder> devicePool)
An object that contains information about the requested device pool.
This is a convenience that creates an instance of theDevicePool.Builder avoiding the need to create
one manually via DevicePool.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to devicePool(DevicePool).devicePool - a consumer that will call methods on DevicePool.BuilderdevicePool(DevicePool)Copyright © 2020. All rights reserved.