public static interface ListTrackerConsumersResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListTrackerConsumersResponse.Builder,ListTrackerConsumersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTrackerConsumersResponse.Builder |
consumerArns(Collection<String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
|
ListTrackerConsumersResponse.Builder |
consumerArns(String... consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
|
ListTrackerConsumersResponse.Builder |
nextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrackerConsumersResponse.Builder consumerArns(Collection<String> consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
consumerArns - Contains the list of geofence collection ARNs associated to the tracker resource.ListTrackerConsumersResponse.Builder consumerArns(String... consumerArns)
Contains the list of geofence collection ARNs associated to the tracker resource.
consumerArns - Contains the list of geofence collection ARNs associated to the tracker resource.ListTrackerConsumersResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken - A pagination token indicating there are additional pages available. You can use the token in a
following request to fetch the next set of results.Copyright © 2023. All rights reserved.