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