public static interface SearchForSuggestionsResult.Builder extends SdkPojo, CopyableBuilder<SearchForSuggestionsResult.Builder,SearchForSuggestionsResult>
| Modifier and Type | Method and Description |
|---|---|
SearchForSuggestionsResult.Builder |
categories(Collection<String> categories)
The Amazon Location categories that describe the Place.
|
SearchForSuggestionsResult.Builder |
categories(String... categories)
The Amazon Location categories that describe the Place.
|
SearchForSuggestionsResult.Builder |
placeId(String placeId)
The unique identifier of the Place.
|
SearchForSuggestionsResult.Builder |
supplementalCategories(Collection<String> supplementalCategories)
Categories from the data provider that describe the Place that are not mapped to any Amazon Location
categories.
|
SearchForSuggestionsResult.Builder |
supplementalCategories(String... supplementalCategories)
Categories from the data provider that describe the Place that are not mapped to any Amazon Location
categories.
|
SearchForSuggestionsResult.Builder |
text(String text)
The text of the place suggestion, typically formatted as an address string.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchForSuggestionsResult.Builder categories(Collection<String> categories)
The Amazon Location categories that describe the Place.
For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
categories - The Amazon Location categories that describe the Place.
For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
SearchForSuggestionsResult.Builder categories(String... categories)
The Amazon Location categories that describe the Place.
For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
categories - The Amazon Location categories that describe the Place.
For more information about using categories, including a list of Amazon Location categories, see Categories and filtering, in the Amazon Location Service Developer Guide.
SearchForSuggestionsResult.Builder placeId(String placeId)
The unique identifier of the Place. You can use this with the GetPlace operation to find the
place again later, or to get full information for the Place.
The GetPlace request must use the same PlaceIndex resource as the
SearchPlaceIndexForSuggestions that generated the Place ID.
For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by place
indexes that use Esri, Grab, or HERE as data providers.
placeId - The unique identifier of the Place. You can use this with the GetPlace operation to find
the place again later, or to get full information for the Place.
The GetPlace request must use the same PlaceIndex resource as the
SearchPlaceIndexForSuggestions that generated the Place ID.
For SearchPlaceIndexForSuggestions operations, the PlaceId is returned by
place indexes that use Esri, Grab, or HERE as data providers.
SearchForSuggestionsResult.Builder supplementalCategories(Collection<String> supplementalCategories)
Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.
supplementalCategories - Categories from the data provider that describe the Place that are not mapped to any Amazon Location
categories.SearchForSuggestionsResult.Builder supplementalCategories(String... supplementalCategories)
Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.
supplementalCategories - Categories from the data provider that describe the Place that are not mapped to any Amazon Location
categories.SearchForSuggestionsResult.Builder text(String text)
The text of the place suggestion, typically formatted as an address string.
text - The text of the place suggestion, typically formatted as an address string.Copyright © 2023. All rights reserved.