Interface GetSearchSuggestionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetSearchSuggestionsResponse.Builder,
,GetSearchSuggestionsResponse> SageMakerResponse.Builder
,SdkBuilder<GetSearchSuggestionsResponse.Builder,
,GetSearchSuggestionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetSearchSuggestionsResponse
public static interface GetSearchSuggestionsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<GetSearchSuggestionsResponse.Builder,GetSearchSuggestionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionpropertyNameSuggestions
(Collection<PropertyNameSuggestion> propertyNameSuggestions) A list of property names for aResource
that match aSuggestionQuery
.propertyNameSuggestions
(Consumer<PropertyNameSuggestion.Builder>... propertyNameSuggestions) A list of property names for aResource
that match aSuggestionQuery
.propertyNameSuggestions
(PropertyNameSuggestion... propertyNameSuggestions) A list of property names for aResource
that match aSuggestionQuery
.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
propertyNameSuggestions
GetSearchSuggestionsResponse.Builder propertyNameSuggestions(Collection<PropertyNameSuggestion> propertyNameSuggestions) A list of property names for a
Resource
that match aSuggestionQuery
.- Parameters:
propertyNameSuggestions
- A list of property names for aResource
that match aSuggestionQuery
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyNameSuggestions
GetSearchSuggestionsResponse.Builder propertyNameSuggestions(PropertyNameSuggestion... propertyNameSuggestions) A list of property names for a
Resource
that match aSuggestionQuery
.- Parameters:
propertyNameSuggestions
- A list of property names for aResource
that match aSuggestionQuery
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
propertyNameSuggestions
GetSearchSuggestionsResponse.Builder propertyNameSuggestions(Consumer<PropertyNameSuggestion.Builder>... propertyNameSuggestions) A list of property names for a
This is a convenience method that creates an instance of theResource
that match aSuggestionQuery
.PropertyNameSuggestion.Builder
avoiding the need to create one manually viaPropertyNameSuggestion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topropertyNameSuggestions(List<PropertyNameSuggestion>)
.- Parameters:
propertyNameSuggestions
- a consumer that will call methods onPropertyNameSuggestion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-