public static interface SearchTypesResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<SearchTypesResponse.Builder,SearchTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchTypesResponse.Builder |
items(Collection<SearchTypesResultItem> items)
The results of the
SearchTypes action. |
SearchTypesResponse.Builder |
items(Consumer<SearchTypesResultItem.Builder>... items)
The results of the
SearchTypes action. |
SearchTypesResponse.Builder |
items(SearchTypesResultItem... items)
The results of the
SearchTypes action. |
SearchTypesResponse.Builder |
nextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. |
SearchTypesResponse.Builder |
totalMatchCount(Integer totalMatchCount)
Total number of search results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchTypesResponse.Builder items(Collection<SearchTypesResultItem> items)
The results of the SearchTypes action.
items - The results of the SearchTypes action.SearchTypesResponse.Builder items(SearchTypesResultItem... items)
The results of the SearchTypes action.
items - The results of the SearchTypes action.SearchTypesResponse.Builder items(Consumer<SearchTypesResultItem.Builder>... items)
The results of the SearchTypes action.
SearchTypesResultItem.Builder avoiding the need to
create one manually via
SearchTypesResultItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
SearchTypesResultItem.Builder#items(java.util.Collection) SearchTypesResponse.Builder nextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to SearchTypes to list the next set of
results.
nextToken - When the number of results is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of results, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to SearchTypes to list the
next set of results.SearchTypesResponse.Builder totalMatchCount(Integer totalMatchCount)
Total number of search results.
totalMatchCount - Total number of search results.Copyright © 2023. All rights reserved.