static SearchForSuggestionsResult.Builder |
SearchForSuggestionsResult.builder() |
|
SearchForSuggestionsResult.Builder |
SearchForSuggestionsResult.Builder.categories(String... categories) |
The Amazon Location categories that describe the Place.
|
SearchForSuggestionsResult.Builder |
SearchForSuggestionsResult.Builder.categories(Collection<String> categories) |
The Amazon Location categories that describe the Place.
|
SearchForSuggestionsResult.Builder |
SearchForSuggestionsResult.Builder.placeId(String placeId) |
The unique identifier of the Place.
|
SearchForSuggestionsResult.Builder |
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 |
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 |
SearchForSuggestionsResult.Builder.text(String text) |
The text of the place suggestion, typically formatted as an address string.
|
SearchForSuggestionsResult.Builder |
SearchForSuggestionsResult.toBuilder() |
|