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.
|
ListThingsRequest.Builder |
usePrefixAttributeValue(Boolean usePrefixAttributeValue)
When
true, the action returns the thing resources with attribute values that start with the
attributeValue provided. |
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 usePrefixAttributeValue(Boolean usePrefixAttributeValue)
When true, the action returns the thing resources with attribute values that start with the
attributeValue provided.
When false, or not present, the action returns only the thing resources with attribute values
that match the entire attributeValue provided.
usePrefixAttributeValue - When true, the action returns the thing resources with attribute values that start with
the attributeValue provided.
When false, or not present, the action returns only the thing resources with attribute
values that match the entire attributeValue provided.
ListThingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListThingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.