Interface SearchListingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SearchListingsResponse.Builder,,SearchListingsResponse> DataZoneResponse.Builder,SdkBuilder<SearchListingsResponse.Builder,,SearchListingsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SearchListingsResponse
-
Method Summary
Modifier and TypeMethodDescriptionaggregates(Collection<AggregationOutput> aggregates) Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.aggregates(Consumer<AggregationOutput.Builder>... aggregates) Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.aggregates(AggregationOutput... aggregates) Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.items(Collection<SearchResultItem> items) The results of theSearchListingsaction.items(Consumer<SearchResultItem.Builder>... items) The results of theSearchListingsaction.items(SearchResultItem... items) The results of theSearchListingsaction.When the number of results is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken.totalMatchCount(Integer totalMatchCount) Total number of search results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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
-
aggregates
Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.
- Parameters:
aggregates- Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregates
Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.
- Parameters:
aggregates- Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregates
Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.
This is a convenience method that creates an instance of theAggregationOutput.Builderavoiding the need to create one manually viaAggregationOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaggregates(List<AggregationOutput>).- Parameters:
aggregates- a consumer that will call methods onAggregationOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
items
The results of the
SearchListingsaction.- Parameters:
items- The results of theSearchListingsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
SearchListingsaction.- Parameters:
items- The results of theSearchListingsaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
This is a convenience method that creates an instance of theSearchListingsaction.SearchResultItem.Builderavoiding the need to create one manually viaSearchResultItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<SearchResultItem>).- Parameters:
items- a consumer that will call methods onSearchResultItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the number of results is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchListingsto list the next set of results.- Parameters:
nextToken- When the number of results is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toSearchListingsto list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalMatchCount
Total number of search results.
- Parameters:
totalMatchCount- Total number of search results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-