public static interface ListDeviceInstancesResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListDeviceInstancesResponse.Builder,ListDeviceInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceInstancesResponse.Builder |
deviceInstances(Collection<DeviceInstance> deviceInstances)
An object that contains information about your device instances.
|
ListDeviceInstancesResponse.Builder |
deviceInstances(Consumer<DeviceInstance.Builder>... deviceInstances)
An object that contains information about your device instances.
|
ListDeviceInstancesResponse.Builder |
deviceInstances(DeviceInstance... deviceInstances)
An object that contains information about your device instances.
|
ListDeviceInstancesResponse.Builder |
nextToken(String nextToken)
An identifier that can be used in the next call to this operation to return the next set of items in the
list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceInstancesResponse.Builder deviceInstances(Collection<DeviceInstance> deviceInstances)
An object that contains information about your device instances.
deviceInstances - An object that contains information about your device instances.ListDeviceInstancesResponse.Builder deviceInstances(DeviceInstance... deviceInstances)
An object that contains information about your device instances.
deviceInstances - An object that contains information about your device instances.ListDeviceInstancesResponse.Builder deviceInstances(Consumer<DeviceInstance.Builder>... deviceInstances)
An object that contains information about your device instances.
This is a convenience method that creates an instance of theDeviceInstance.Builder avoiding the need to create
one manually via DeviceInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #deviceInstances(List.
deviceInstances - a consumer that will call methods on
DeviceInstance.Builder#deviceInstances(java.util.Collection) ListDeviceInstancesResponse.Builder nextToken(String nextToken)
An identifier that can be used in the next call to this operation to return the next set of items in the list.
nextToken - An identifier that can be used in the next call to this operation to return the next set of items in
the list.Copyright © 2022. All rights reserved.