public static interface ListDevicesRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest.Builder |
accessToken(String accessToken)
A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.
|
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)
A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.
accessToken - A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.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 © 2023. All rights reserved.