public static interface ListDevicesRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest.Builder |
accessToken(String accessToken)
The access tokens for the request to list devices.
|
ListDevicesRequest.Builder |
limit(Integer limit)
The limit of the device request.
|
ListDevicesRequest.Builder |
paginationToken(String paginationToken)
The pagination token for the list request.
|
ListDevicesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListDevicesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListDevicesRequest.Builder accessToken(String accessToken)
The access tokens for the request to list devices.
accessToken - The access tokens for the request to list devices.ListDevicesRequest.Builder limit(Integer limit)
The limit of the device request.
limit - The limit of the device request.ListDevicesRequest.Builder paginationToken(String paginationToken)
The pagination token for the list request.
paginationToken - The pagination token for the list request.ListDevicesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListDevicesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.