Interface ListPlaceIndexesResponse.Builder

    • Method Detail

      • entries

        ListPlaceIndexesResponse.Builder entries​(Collection<ListPlaceIndexesResponseEntry> entries)

        Lists the place index resources that exist in your Amazon Web Services account

        Parameters:
        entries - Lists the place index resources that exist in your Amazon Web Services account
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        ListPlaceIndexesResponse.Builder entries​(ListPlaceIndexesResponseEntry... entries)

        Lists the place index resources that exist in your Amazon Web Services account

        Parameters:
        entries - Lists the place index resources that exist in your Amazon Web Services account
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPlaceIndexesResponse.Builder nextToken​(String nextToken)

        A pagination token indicating that there are additional pages available. You can use the token in a new request to fetch the next page of results.

        Parameters:
        nextToken - A pagination token indicating that there are additional pages available. You can use the token in a new request to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.