public static interface GetSearchSuggestionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<GetSearchSuggestionsResponse.Builder,GetSearchSuggestionsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSearchSuggestionsResponse.Builder |
propertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery. |
GetSearchSuggestionsResponse.Builder |
propertyNameSuggestions(Consumer<PropertyNameSuggestion.Builder>... propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery. |
GetSearchSuggestionsResponse.Builder |
propertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions)
A list of property names for a
Resource that match a SuggestionQuery. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSearchSuggestionsResponse.Builder propertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions)
A list of property names for a Resource that match a SuggestionQuery.
propertyNameSuggestions - A list of property names for a Resource that match a SuggestionQuery.GetSearchSuggestionsResponse.Builder propertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions)
A list of property names for a Resource that match a SuggestionQuery.
propertyNameSuggestions - A list of property names for a Resource that match a SuggestionQuery.GetSearchSuggestionsResponse.Builder propertyNameSuggestions(Consumer<PropertyNameSuggestion.Builder>... propertyNameSuggestions)
A list of property names for a Resource that match a SuggestionQuery.
PropertyNameSuggestion.Builder avoiding the need to
create one manually via
PropertyNameSuggestion.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #propertyNameSuggestions(List.
propertyNameSuggestions - a consumer that will call methods on
PropertyNameSuggestion.Builder#propertyNameSuggestions(java.util.Collection) Copyright © 2022. All rights reserved.