Interface GetStatisticsRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      GetStatisticsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.