Interface SearchFixturesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchFixturesResponse.Builder,,SearchFixturesResponse> ElementalInferenceResponse.Builder,SdkBuilder<SearchFixturesResponse.Builder,,SearchFixturesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchFixturesResponse
-
Method Summary
Modifier and TypeMethodDescriptionfixtures(Collection<FixtureSummary> fixtures) An array of FixtureSummary objects, one for each fixture that matches the search.fixtures(Consumer<FixtureSummary.Builder>... fixtures) An array of FixtureSummary objects, one for each fixture that matches the search.fixtures(FixtureSummary... fixtures) An array of FixtureSummary objects, one for each fixture that matches the search.The token that identifies the next batch of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elementalinference.model.ElementalInferenceResponse.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
-
fixtures
An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.
- Parameters:
fixtures- An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fixtures
An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.
- Parameters:
fixtures- An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fixtures
An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.
This is a convenience method that creates an instance of theFixtureSummary.Builderavoiding the need to create one manually viaFixtureSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofixtures(List<FixtureSummary>).- Parameters:
fixtures- a consumer that will call methods onFixtureSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token that identifies the next batch of results. To see the next batch, submit the SearchFixtures request again, with the same search criteria, and specify this value in nextToken.
This parameter is absent when there are no more results to return.
- Parameters:
nextToken- The token that identifies the next batch of results. To see the next batch, submit the SearchFixtures request again, with the same search criteria, and specify this value in nextToken.This parameter is absent when there are no more results to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-