CopyableBuilder<ListHITsResponse.Builder,ListHITsResponse>, SdkBuilder<ListHITsResponse.Builder,ListHITsResponse>public static interface ListHITsResponse.Builder extends CopyableBuilder<ListHITsResponse.Builder,ListHITsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListHITsResponse.Builder |
hiTs(Collection<HIT> hiTs) |
The list of HIT elements returned by the query.
|
ListHITsResponse.Builder |
hiTs(HIT... hiTs) |
The list of HIT elements returned by the query.
|
ListHITsResponse.Builder |
nextToken(String nextToken) |
|
ListHITsResponse.Builder |
numResults(Integer numResults) |
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned
by this call.
|
copyapply, buildListHITsResponse.Builder nextToken(String nextToken)
nextToken - ListHITsResponse.Builder numResults(Integer numResults)
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
numResults - The number of HITs on this page in the filtered results list, equivalent to the number of HITs being
returned by this call.ListHITsResponse.Builder hiTs(Collection<HIT> hiTs)
The list of HIT elements returned by the query.
hiTs - The list of HIT elements returned by the query.ListHITsResponse.Builder hiTs(HIT... hiTs)
The list of HIT elements returned by the query.
NOTE: This method appends the values to the existing list (if any). Use
#setHITs(java.util.Collection) or #withHITs(java.util.Collection) if you want to override the
existing values.
hiTs - The list of HIT elements returned by the query.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.