CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
, SdkBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
public static interface ListDevicesRequest.Builder extends CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListDevicesRequest.Builder |
accessToken(String accessToken) |
The access tokens for the request to list devices.
|
ListDevicesRequest.Builder |
limit(Integer limit) |
The limit of the device request.
|
ListDevicesRequest.Builder |
paginationToken(String paginationToken) |
The pagination token for the list request.
|
copy
apply, build
ListDevicesRequest.Builder accessToken(String accessToken)
The access tokens for the request to list devices.
accessToken
- The access tokens for the request to list devices.ListDevicesRequest.Builder limit(Integer limit)
The limit of the device request.
limit
- The limit of the device request.ListDevicesRequest.Builder paginationToken(String paginationToken)
The pagination token for the list request.
paginationToken
- The pagination token for the list request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.