CopyableBuilder<AdminListDevicesResponse.Builder,AdminListDevicesResponse>
, SdkBuilder<AdminListDevicesResponse.Builder,AdminListDevicesResponse>
public static interface AdminListDevicesResponse.Builder extends CopyableBuilder<AdminListDevicesResponse.Builder,AdminListDevicesResponse>
Modifier and Type | Method | Description |
---|---|---|
AdminListDevicesResponse.Builder |
devices(Collection<DeviceType> devices) |
The devices in the list of devices response.
|
AdminListDevicesResponse.Builder |
devices(DeviceType... devices) |
The devices in the list of devices response.
|
AdminListDevicesResponse.Builder |
paginationToken(String paginationToken) |
The pagination token.
|
copy
apply, build
AdminListDevicesResponse.Builder devices(Collection<DeviceType> devices)
The devices in the list of devices response.
devices
- The devices in the list of devices response.AdminListDevicesResponse.Builder devices(DeviceType... devices)
The devices in the list of 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 in the list of devices response.AdminListDevicesResponse.Builder paginationToken(String paginationToken)
The pagination token.
paginationToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.