public static interface ListThingsResponse.Builder extends IoTResponse.Builder, CopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThingsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
ListThingsResponse.Builder |
things(Collection<ThingAttribute> things)
The things.
|
ListThingsResponse.Builder |
things(Consumer<ThingAttribute.Builder>... things)
The things.
|
ListThingsResponse.Builder |
things(ThingAttribute... things)
The things.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListThingsResponse.Builder things(Collection<ThingAttribute> things)
The things.
things - The things.ListThingsResponse.Builder things(ThingAttribute... things)
The things.
things - The things.ListThingsResponse.Builder things(Consumer<ThingAttribute.Builder>... things)
The things.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #things(List) .things - a consumer that will call methods on List.Builder #things(List) ListThingsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.