CopyableBuilder<SelectResponse.Builder,SelectResponse>
, SdkBuilder<SelectResponse.Builder,SelectResponse>
public static interface SelectResponse.Builder extends CopyableBuilder<SelectResponse.Builder,SelectResponse>
Modifier and Type | Method | 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. |
copy
apply, build
SelectResponse.Builder items(Collection<Item> items)
items
- A list of items that match the select expression.SelectResponse.Builder items(Item... items)
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection)
or #withItems(java.util.Collection)
if you want to override
the existing values.
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.