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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first 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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThingsRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first 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.BuilderListThingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.