public static interface SearchThingsRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<SearchThingsRequest.Builder,SearchThingsRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchThingsRequest.Builder |
entityId(String entityId)
The ID of the entity to which the things are associated.
|
SearchThingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
SearchThingsRequest.Builder |
namespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
SearchThingsRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
SearchThingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchThingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchThingsRequest.Builder entityId(String entityId)
The ID of the entity to which the things are associated.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
entityId - The ID of the entity to which the things are associated.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
SearchThingsRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken - The string that specifies the next page of results. Use this when you're paginating results.SearchThingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.SearchThingsRequest.Builder namespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
namespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.SearchThingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchThingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.