CopyableBuilder<ListDevicesResponse.Builder,ListDevicesResponse>
, SdkBuilder<ListDevicesResponse.Builder,ListDevicesResponse>
public static interface ListDevicesResponse.Builder extends CopyableBuilder<ListDevicesResponse.Builder,ListDevicesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListDevicesResponse.Builder |
devices(Collection<DeviceType> devices) |
The devices returned in the list devices response.
|
ListDevicesResponse.Builder |
devices(DeviceType... devices) |
The devices returned in the list devices response.
|
ListDevicesResponse.Builder |
paginationToken(String paginationToken) |
The pagination token for the list device response.
|
copy
apply, build
ListDevicesResponse.Builder devices(Collection<DeviceType> devices)
The devices returned in the list devices response.
devices
- The devices returned in the list devices response.ListDevicesResponse.Builder devices(DeviceType... devices)
The devices returned in the list devices response.
NOTE: This method appends the values to the existing list (if any). Use
#setDevices(java.util.Collection)
or #withDevices(java.util.Collection)
if you want to
override the existing values.
devices
- The devices returned in the list devices response.ListDevicesResponse.Builder paginationToken(String paginationToken)
The pagination token for the list device response.
paginationToken
- The pagination token for the list device response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.