public static interface ListDevicesRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDevicesRequest.Builder |
paginationToken(String paginationToken)
The pagination token for the list request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.