Interface SearchTextRequest.Builder

  • Method Details

    • queryText

      SearchTextRequest.Builder queryText(String queryText)

      The free-form text query to match addresses against. This is usually a partially typed address from an end user in an address box or form.

      Exactly one of the following fields must be set: QueryText or QueryId.

      Parameters:
      queryText - The free-form text query to match addresses against. This is usually a partially typed address from an end user in an address box or form.

      Exactly one of the following fields must be set: QueryText or QueryId.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryId

      The query Id returned by the suggest API. If passed in the request, the SearchText API will preform a SearchText query with the improved query terms for the original query made to the suggest API. Not available in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

      Exactly one of the following fields must be set: QueryText or QueryId.

      Parameters:
      queryId - The query Id returned by the suggest API. If passed in the request, the SearchText API will preform a SearchText query with the improved query terms for the original query made to the suggest API. Not available in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

      Exactly one of the following fields must be set: QueryText or QueryId.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      SearchTextRequest.Builder maxResults(Integer maxResults)

      An optional limit for the number of results returned in a single call.

      Default value: 20

      Parameters:
      maxResults - An optional limit for the number of results returned in a single call.

      Default value: 20

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • biasPosition

      SearchTextRequest.Builder biasPosition(Collection<Double> biasPosition)

      The position, in longitude and latitude, that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in [lng, lat] and in the WGS 84 format.

      Exactly one of the following fields must be set: BiasPosition, Filter.BoundingBox, or Filter.Circle.

      Parameters:
      biasPosition - The position, in longitude and latitude, that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in [lng, lat] and in the WGS 84 format.

      Exactly one of the following fields must be set: BiasPosition, Filter.BoundingBox, or Filter.Circle.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • biasPosition

      SearchTextRequest.Builder biasPosition(Double... biasPosition)

      The position, in longitude and latitude, that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in [lng, lat] and in the WGS 84 format.

      Exactly one of the following fields must be set: BiasPosition, Filter.BoundingBox, or Filter.Circle.

      Parameters:
      biasPosition - The position, in longitude and latitude, that the results should be close to. Typically, place results returned are ranked higher the closer they are to this position. Stored in [lng, lat] and in the WGS 84 format.

      Exactly one of the following fields must be set: BiasPosition, Filter.BoundingBox, or Filter.Circle.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      A structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result.

      Parameters:
      filter - A structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      A structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result.

      This is a convenience method that creates an instance of the SearchTextFilter.Builder avoiding the need to create one manually via SearchTextFilter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filter(SearchTextFilter).

      Parameters:
      filter - a consumer that will call methods on SearchTextFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • additionalFeaturesWithStrings

      SearchTextRequest.Builder additionalFeaturesWithStrings(Collection<String> additionalFeatures)

      A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.

      Parameters:
      additionalFeatures - A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalFeaturesWithStrings

      SearchTextRequest.Builder additionalFeaturesWithStrings(String... additionalFeatures)

      A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.

      Parameters:
      additionalFeatures - A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalFeatures

      SearchTextRequest.Builder additionalFeatures(Collection<SearchTextAdditionalFeature> additionalFeatures)

      A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.

      Parameters:
      additionalFeatures - A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • additionalFeatures

      SearchTextRequest.Builder additionalFeatures(SearchTextAdditionalFeature... additionalFeatures)

      A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.

      Parameters:
      additionalFeatures - A list of optional additional parameters, such as time zone, that can be requested for each result. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the TimeZone value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • language

      SearchTextRequest.Builder language(String language)

      A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the following codes: en, id, km, lo, ms, my, pt, th, tl, vi, zh

      Parameters:
      language - A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry. For GrabMaps customers, ap-southeast-1 and ap-southeast-5 regions support only the following codes: en, id, km, lo, ms, my, pt, th, tl, vi, zh
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • politicalView

      SearchTextRequest.Builder politicalView(String politicalView)

      The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country. Not available in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

      Parameters:
      politicalView - The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country. Not available in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • intendedUse

      SearchTextRequest.Builder intendedUse(String intendedUse)

      Indicates if the query results will be persisted in customer infrastructure. Defaults to SingleUse (not stored).

      When storing SearchText responses, you must set this field to Storage to comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.

      Parameters:
      intendedUse - Indicates if the query results will be persisted in customer infrastructure. Defaults to SingleUse (not stored).

      When storing SearchText responses, you must set this field to Storage to comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • intendedUse

      Indicates if the query results will be persisted in customer infrastructure. Defaults to SingleUse (not stored).

      When storing SearchText responses, you must set this field to Storage to comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.

      Parameters:
      intendedUse - Indicates if the query results will be persisted in customer infrastructure. Defaults to SingleUse (not stored).

      When storing SearchText responses, you must set this field to Storage to comply with the terms of service. These requests will be charged at a higher rate. Please review the user agreement and service pricing structure to determine the correct setting for your use case.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      SearchTextRequest.Builder nextToken(String nextToken)

      If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page.

      Parameters:
      nextToken - If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.

      Parameters:
      key - Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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