Interface ListIpSetsResponse.Builder

    • Method Detail

      • ipSetIds

        ListIpSetsResponse.Builder ipSetIds​(Collection<String> ipSetIds)

        The IDs of the IPSet resources.

        Parameters:
        ipSetIds - The IDs of the IPSet resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipSetIds

        ListIpSetsResponse.Builder ipSetIds​(String... ipSetIds)

        The IDs of the IPSet resources.

        Parameters:
        ipSetIds - The IDs of the IPSet resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIpSetsResponse.Builder nextToken​(String nextToken)

        The pagination parameter to be used on the next list operation to retrieve more items.

        Parameters:
        nextToken - The pagination parameter to be used on the next list operation to retrieve more items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.