public static interface UpdateDevicePoolResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<UpdateDevicePoolResponse.Builder,UpdateDevicePoolResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDevicePoolResponse.Builder |
devicePool(Consumer<DevicePool.Builder> devicePool)
The device pool you just updated.
|
UpdateDevicePoolResponse.Builder |
devicePool(DevicePool devicePool)
The device pool you just updated.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateDevicePoolResponse.Builder devicePool(DevicePool devicePool)
The device pool you just updated.
devicePool - The device pool you just updated.default UpdateDevicePoolResponse.Builder devicePool(Consumer<DevicePool.Builder> devicePool)
The device pool you just updated.
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.