public static interface AdminListDevicesResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAdminListDevicesResponse.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 method that creates an instance of theDeviceType.Builder avoiding the need to
create one manually via
DeviceType.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
DeviceType.Builder#devices(java.util.Collection) AdminListDevicesResponse.Builder paginationToken(String paginationToken)
The pagination token.
paginationToken - The pagination token.Copyright © 2023. All rights reserved.