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) |
ListThingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingsRequest.Builder |
thingTypeName(String thingTypeName)
The name of the thing type used to search for things.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThingsRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
ListThingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.