CopyableBuilder<ListThingsRequest.Builder,ListThingsRequest>
, SdkBuilder<ListThingsRequest.Builder,ListThingsRequest>
public static interface ListThingsRequest.Builder extends CopyableBuilder<ListThingsRequest.Builder,ListThingsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListThingsRequest.Builder |
attributeName(String attributeName) |
The attribute name used to search for things.
|
ListThingsRequest.Builder |
attributeValue(String attributeValue) |
The attribute value used to search for things.
|
ListThingsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return in this operation.
|
ListThingsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of results, or null if there are no additional results.
|
ListThingsRequest.Builder |
thingTypeName(String thingTypeName) |
The name of the thing type used to search for things.
|
copy
apply, build
ListThingsRequest.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.ListThingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.ListThingsRequest.Builder attributeName(String attributeName)
The attribute name used to search for things.
attributeName
- The attribute name used to search for things.ListThingsRequest.Builder attributeValue(String attributeValue)
The attribute value used to search for things.
attributeValue
- The attribute value used to search for things.ListThingsRequest.Builder thingTypeName(String thingTypeName)
The name of the thing type used to search for things.
thingTypeName
- The name of the thing type used to search for things.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.