Interface GetSearchSuggestionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSearchSuggestionsRequest.Builder,GetSearchSuggestionsRequest>,SageMakerRequest.Builder,SdkBuilder<GetSearchSuggestionsRequest.Builder,GetSearchSuggestionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSearchSuggestionsRequest
public static interface GetSearchSuggestionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<GetSearchSuggestionsRequest.Builder,GetSearchSuggestionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetSearchSuggestionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSearchSuggestionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSearchSuggestionsRequest.Builderresource(String resource)The name of the SageMaker resource to search for.GetSearchSuggestionsRequest.Builderresource(ResourceType resource)The name of the SageMaker resource to search for.default GetSearchSuggestionsRequest.BuildersuggestionQuery(Consumer<SuggestionQuery.Builder> suggestionQuery)Limits the property names that are included in the response.GetSearchSuggestionsRequest.BuildersuggestionQuery(SuggestionQuery suggestionQuery)Limits the property names that are included in the response.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resource
GetSearchSuggestionsRequest.Builder resource(String resource)
The name of the SageMaker resource to search for.
- Parameters:
resource- The name of the SageMaker resource to search for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resource
GetSearchSuggestionsRequest.Builder resource(ResourceType resource)
The name of the SageMaker resource to search for.
- Parameters:
resource- The name of the SageMaker resource to search for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
suggestionQuery
GetSearchSuggestionsRequest.Builder suggestionQuery(SuggestionQuery suggestionQuery)
Limits the property names that are included in the response.
- Parameters:
suggestionQuery- Limits the property names that are included in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
suggestionQuery
default GetSearchSuggestionsRequest.Builder suggestionQuery(Consumer<SuggestionQuery.Builder> suggestionQuery)
Limits the property names that are included in the response.
This is a convenience method that creates an instance of theSuggestionQuery.Builderavoiding the need to create one manually viaSuggestionQuery.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosuggestionQuery(SuggestionQuery).- Parameters:
suggestionQuery- a consumer that will call methods onSuggestionQuery.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
suggestionQuery(SuggestionQuery)
-
overrideConfiguration
GetSearchSuggestionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSearchSuggestionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-