Interface SuggestQueryResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SuggestQueryResult.Builder,,- SuggestQueryResult> - SdkBuilder<SuggestQueryResult.Builder,,- SuggestQueryResult> - SdkPojo
- Enclosing class:
- SuggestQueryResult
- 
Method SummaryModifier and TypeMethodDescriptionQueryId can be used to complete a follow up query through the SearchText API.The query type.The query type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
queryIdQueryId can be used to complete a follow up query through the SearchText API. The QueryId retains context from the original Suggest request such as filters, political view and language. See the SearchText API documentation for more details SearchText API docs. The fields QueryText, andQueryIDare mutually exclusive.- Parameters:
- queryId- QueryId can be used to complete a follow up query through the SearchText API. The QueryId retains context from the original Suggest request such as filters, political view and language. See the SearchText API documentation for more details SearchText API docs.- The fields - QueryText, and- QueryIDare mutually exclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
queryTypeThe query type. Category queries will search for places which have an entry matching the given category, for example "doctor office". BusinessChain queries will search for instances of a given business. - Parameters:
- queryType- The query type. Category queries will search for places which have an entry matching the given category, for example "doctor office". BusinessChain queries will search for instances of a given business.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
queryTypeThe query type. Category queries will search for places which have an entry matching the given category, for example "doctor office". BusinessChain queries will search for instances of a given business. - Parameters:
- queryType- The query type. Category queries will search for places which have an entry matching the given category, for example "doctor office". BusinessChain queries will search for instances of a given business.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-