public static interface GetDevicePoolResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetDevicePoolResponse.Builder,GetDevicePoolResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDevicePoolResponse.Builder |
devicePool(Consumer<DevicePool.Builder> devicePool)
An object containing information about the requested device pool.
|
GetDevicePoolResponse.Builder |
devicePool(DevicePool devicePool)
An object containing information about the requested device pool.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetDevicePoolResponse.Builder devicePool(DevicePool devicePool)
An object containing information about the requested device pool.
devicePool - An object containing information about the requested device pool.default GetDevicePoolResponse.Builder devicePool(Consumer<DevicePool.Builder> devicePool)
An object containing 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.