public static interface SelectResponse.Builder extends SimpleDBResponse.Builder, CopyableBuilder<SelectResponse.Builder,SelectResponse>
Modifier and Type | Method and Description |
---|---|
SelectResponse.Builder |
items(Collection<Item> items)
A list of items that match the select expression.
|
SelectResponse.Builder |
items(Item... items)
A list of items that match the select expression.
|
SelectResponse.Builder |
nextToken(String nextToken)
An opaque token indicating that more items than
MaxNumberOfItems were matched, the response size
exceeded 1 megabyte, or the execution time exceeded 5 seconds. |
build
copy
apply, build
SelectResponse.Builder items(Collection<Item> items)
items
- A list of items that match the select expression.SelectResponse.Builder items(Item... items)
items
- A list of items that match the select expression.SelectResponse.Builder nextToken(String nextToken)
MaxNumberOfItems
were matched, the response size
exceeded 1 megabyte, or the execution time exceeded 5 seconds.nextToken
- An opaque token indicating that more items than MaxNumberOfItems
were matched, the
response size exceeded 1 megabyte, or the execution time exceeded 5 seconds.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.