public static interface ListTrackersRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListTrackersRequest.Builder,ListTrackersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTrackersRequest.Builder |
maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ListTrackersRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListTrackersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTrackersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrackersRequest.Builder maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
Default value: 100
maxResults - An optional limit for the number of resources returned in a single call.
Default value: 100
ListTrackersRequest.Builder nextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is
provided, the default page is the first page.
Default value: null
ListTrackersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTrackersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.