public static interface ListTrackerConsumersRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListTrackerConsumersRequest.Builder,ListTrackerConsumersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTrackerConsumersRequest.Builder |
maxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ListTrackerConsumersRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListTrackerConsumersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTrackerConsumersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTrackerConsumersRequest.Builder |
trackerName(String trackerName)
The tracker resource whose associated geofence collections you want to list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrackerConsumersRequest.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
ListTrackerConsumersRequest.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
ListTrackerConsumersRequest.Builder trackerName(String trackerName)
The tracker resource whose associated geofence collections you want to list.
trackerName - The tracker resource whose associated geofence collections you want to list.ListTrackerConsumersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTrackerConsumersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.