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 containing information about your device instances.
|
ListDeviceInstancesResponse.Builder |
deviceInstances(Consumer<DeviceInstance.Builder>... deviceInstances)
An object containing information about your device instances.
|
ListDeviceInstancesResponse.Builder |
deviceInstances(DeviceInstance... deviceInstances)
An object containing 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, sdkHttpResponsecopyapplyMutation, buildListDeviceInstancesResponse.Builder deviceInstances(Collection<DeviceInstance> deviceInstances)
An object containing information about your device instances.
deviceInstances - An object containing information about your device instances.ListDeviceInstancesResponse.Builder deviceInstances(DeviceInstance... deviceInstances)
An object containing information about your device instances.
deviceInstances - An object containing information about your device instances.ListDeviceInstancesResponse.Builder deviceInstances(Consumer<DeviceInstance.Builder>... deviceInstances)
An object containing information about your device instances.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #deviceInstances(List) .deviceInstances - a consumer that will call methods on List.Builder #deviceInstances(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.