Interface ListSitesRequest.Builder

    • Method Detail

      • nextToken

        ListSitesRequest.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListSitesRequest.Builder maxResults​(Integer maxResults)
        Sets the value of the MaxResults property for this object.
        Parameters:
        maxResults - The new value for the MaxResults property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingAddressCountryCodeFilter

        ListSitesRequest.Builder operatingAddressCountryCodeFilter​(Collection<String> operatingAddressCountryCodeFilter)

        Filters the results by country code.

        Parameters:
        operatingAddressCountryCodeFilter - Filters the results by country code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingAddressCountryCodeFilter

        ListSitesRequest.Builder operatingAddressCountryCodeFilter​(String... operatingAddressCountryCodeFilter)

        Filters the results by country code.

        Parameters:
        operatingAddressCountryCodeFilter - Filters the results by country code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingAddressStateOrRegionFilter

        ListSitesRequest.Builder operatingAddressStateOrRegionFilter​(Collection<String> operatingAddressStateOrRegionFilter)

        Filters the results by state or region.

        Parameters:
        operatingAddressStateOrRegionFilter - Filters the results by state or region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingAddressStateOrRegionFilter

        ListSitesRequest.Builder operatingAddressStateOrRegionFilter​(String... operatingAddressStateOrRegionFilter)

        Filters the results by state or region.

        Parameters:
        operatingAddressStateOrRegionFilter - Filters the results by state or region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingAddressCityFilter

        ListSitesRequest.Builder operatingAddressCityFilter​(Collection<String> operatingAddressCityFilter)

        Filters the results by city.

        Parameters:
        operatingAddressCityFilter - Filters the results by city.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operatingAddressCityFilter

        ListSitesRequest.Builder operatingAddressCityFilter​(String... operatingAddressCityFilter)

        Filters the results by city.

        Parameters:
        operatingAddressCityFilter - Filters the results by city.
        Returns:
        Returns a reference to this object so that method calls can be chained together.