Interface GetStatisticsRequest.Builder

    • Method Detail

      • indexName

        GetStatisticsRequest.Builder indexName​(String indexName)

        The name of the index to search. The default value is AWS_Things.

        Parameters:
        indexName - The name of the index to search. The default value is AWS_Things.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryString

        GetStatisticsRequest.Builder queryString​(String queryString)

        The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.

        Parameters:
        queryString - The query used to search. You can specify "*" for the query string to get the count of all indexed things in your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • aggregationField

        GetStatisticsRequest.Builder aggregationField​(String aggregationField)

        The aggregation field name.

        Parameters:
        aggregationField - The aggregation field name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryVersion

        GetStatisticsRequest.Builder queryVersion​(String queryVersion)

        The version of the query used to search.

        Parameters:
        queryVersion - The version of the query used to search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.