public static interface ListThingsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingsRequest.Builder,ListThingsRequest>
| Modifier and Type | Method and 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 to retrieve the next set of results.
|
ListThingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListThingsRequest.Builder |
thingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
buildoverrideConfigurationcopyapplyMutation, buildListThingsRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of 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.ListThingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListThingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.