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, sdkHttpResponsecopyapplyMutation, 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.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #propertyNameSuggestions(List) .propertyNameSuggestions - a consumer that will call methods on List.Builder #propertyNameSuggestions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.