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)
The token to retrieve the next set of results.
|
ListThingGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThingGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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
copy
applyMutation, build
ListThingGroupsRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListThingGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.