Interface ListTrackerConsumersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTrackerConsumersResponse.Builder,
,ListTrackerConsumersResponse> LocationResponse.Builder
,SdkBuilder<ListTrackerConsumersResponse.Builder,
,ListTrackerConsumersResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListTrackerConsumersResponse
public static interface ListTrackerConsumersResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListTrackerConsumersResponse.Builder,ListTrackerConsumersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconsumerArns
(String... consumerArns) Contains the list of geofence collection ARNs associated to the tracker resource.consumerArns
(Collection<String> consumerArns) Contains the list of geofence collection ARNs associated to the tracker resource.A pagination token indicating there are additional pages available.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
consumerArns
Contains the list of geofence collection ARNs associated to the tracker resource.
- Parameters:
consumerArns
- Contains the list of geofence collection ARNs associated to the tracker resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consumerArns
Contains the list of geofence collection ARNs associated to the tracker resource.
- Parameters:
consumerArns
- Contains the list of geofence collection ARNs associated to the tracker resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-