Interface SearchResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchResponse.Builder,,SearchResponse> SageMakerResponse.Builder,SdkBuilder<SearchResponse.Builder,,SearchResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchResponse
@Mutable
@NotThreadSafe
public static interface SearchResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<SearchResponse.Builder,SearchResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the result of the previousSearchrequest was truncated, the response includes a NextToken.results(Collection<SearchRecord> results) A list ofSearchRecordobjects.results(Consumer<SearchRecord.Builder>... results) A list ofSearchRecordobjects.results(SearchRecord... results) A list ofSearchRecordobjects.default SearchResponse.BuildertotalHits(Consumer<TotalHits.Builder> totalHits) The total number of matching results.The total number of matching results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
results
A list of
SearchRecordobjects.- Parameters:
results- A list ofSearchRecordobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
A list of
SearchRecordobjects.- Parameters:
results- A list ofSearchRecordobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
results
A list of
This is a convenience method that creates an instance of theSearchRecordobjects.SearchRecord.Builderavoiding the need to create one manually viaSearchRecord.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresults(List<SearchRecord>).- Parameters:
results- a consumer that will call methods onSearchRecord.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the result of the previous
Searchrequest was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.- Parameters:
nextToken- If the result of the previousSearchrequest was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalHits
The total number of matching results.
- Parameters:
totalHits- The total number of matching results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalHits
The total number of matching results.
This is a convenience method that creates an instance of theTotalHits.Builderavoiding the need to create one manually viaTotalHits.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tototalHits(TotalHits).- Parameters:
totalHits- a consumer that will call methods onTotalHits.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-