public static interface ListThingGroupsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingGroupsRequest.Builder,ListThingGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListThingGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingGroupsRequest.Builder |
namePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
|
ListThingGroupsRequest.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. |
ListThingGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingGroupsRequest.Builder |
parentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
|
ListThingGroupsRequest.Builder |
recursive(Boolean recursive)
If true, return child groups as well.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThingGroupsRequest.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.ListThingGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults
- The maximum number of results to return at one time.ListThingGroupsRequest.Builder parentGroup(String parentGroup)
A filter that limits the results to those with the specified parent group.
parentGroup
- A filter that limits the results to those with the specified parent group.ListThingGroupsRequest.Builder namePrefixFilter(String namePrefixFilter)
A filter that limits the results to those with the specified name prefix.
namePrefixFilter
- A filter that limits the results to those with the specified name prefix.ListThingGroupsRequest.Builder recursive(Boolean recursive)
If true, return child groups as well.
recursive
- If true, return child groups as well.ListThingGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListThingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.