Interface ListTrackerConsumersResponse.Builder

    • Method Detail

      • consumerArns

        ListTrackerConsumersResponse.Builder consumerArns​(Collection<String> 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

        ListTrackerConsumersResponse.Builder consumerArns​(String... 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

        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.

        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.