public static interface CreateDevicePoolResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<CreateDevicePoolResponse.Builder,CreateDevicePoolResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDevicePoolResponse.Builder |
devicePool(Consumer<DevicePool.Builder> devicePool)
The newly created device pool.
|
CreateDevicePoolResponse.Builder |
devicePool(DevicePool devicePool)
The newly created device pool.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDevicePoolResponse.Builder devicePool(DevicePool devicePool)
The newly created device pool.
devicePool - The newly created device pool.default CreateDevicePoolResponse.Builder devicePool(Consumer<DevicePool.Builder> devicePool)
The newly created device pool.
This is a convenience method 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 © 2023. All rights reserved.