Interface ListMapsResponse.Builder

    • Method Detail

      • entries

        ListMapsResponse.Builder entries​(Collection<ListMapsResponseEntry> entries)

        Contains a list of maps in your Amazon Web Services account

        Parameters:
        entries - Contains a list of maps in your Amazon Web Services account
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        ListMapsResponse.Builder entries​(ListMapsResponseEntry... entries)

        Contains a list of maps in your Amazon Web Services account

        Parameters:
        entries - Contains a list of maps in your Amazon Web Services account
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMapsResponse.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.