CopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
, SdkBuilder<ListThingsResponse.Builder,ListThingsResponse>
public static interface ListThingsResponse.Builder extends CopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
Modifier and Type | Method | 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(ThingAttribute... things) |
The things.
|
copy
apply, build
ListThingsResponse.Builder things(Collection<ThingAttribute> things)
The things.
things
- The things.ListThingsResponse.Builder things(ThingAttribute... things)
The things.
NOTE: This method appends the values to the existing list (if any). Use
#setThings(java.util.Collection)
or #withThings(java.util.Collection)
if you want to override
the existing values.
things
- The things.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.