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 method that creates an instance of theDeviceSummary.Builder avoiding the need to create one
manually via DeviceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #devices(List.
devices - a consumer that will call methods on
DeviceSummary.Builder#devices(java.util.Collection) 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.