public static interface ListDevicesResponse.Builder extends WorkLinkResponse.Builder, SdkPojo, CopyableBuilder<ListDevicesResponse.Builder,ListDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
devices(Collection<DeviceSummary> devices)
Information about the devices.
|
ListDevicesResponse.Builder |
devices(Consumer<DeviceSummary.Builder>... devices)
Information about the devices.
|
ListDevicesResponse.Builder |
devices(DeviceSummary... devices)
Information about the devices.
|
ListDevicesResponse.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesResponse.Builder devices(Collection<DeviceSummary> devices)
Information about the devices.
devices - Information about the devices.ListDevicesResponse.Builder devices(DeviceSummary... devices)
Information about the devices.
devices - Information about the devices.ListDevicesResponse.Builder devices(Consumer<DeviceSummary.Builder>... devices)
Information about the devices.
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 #devices(List) .devices - a consumer that will call methods on List.Builder #devices(List) ListDevicesResponse.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2022. All rights reserved.