public static interface ListDevicesResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<ListDevicesResponse.Builder,ListDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesResponse.Builder |
devices(Collection<DeviceType> devices)
The devices returned in the list devices response.
|
ListDevicesResponse.Builder |
devices(Consumer<DeviceType.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesResponse.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.
devices - The devices returned in the list devices response.ListDevicesResponse.Builder devices(Consumer<DeviceType.Builder>... devices)
The devices returned in the list 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) ListDevicesResponse.Builder paginationToken(String paginationToken)
The pagination token for the list device response.
paginationToken - The pagination token for the list device response.Copyright © 2023. All rights reserved.