public static interface ListThingsInThingGroupRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingsInThingGroupRequest.Builder,ListThingsInThingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThingsInThingGroupRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingsInThingGroupRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingsInThingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThingsInThingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListThingsInThingGroupRequest.Builder |
recursive(Boolean recursive)
When true, list things in this thing group and in all child groups as well.
|
ListThingsInThingGroupRequest.Builder |
thingGroupName(String thingGroupName)
The thing group name.
|
buildoverrideConfigurationcopyapplyMutation, buildListThingsInThingGroupRequest.Builder thingGroupName(String thingGroupName)
The thing group name.
thingGroupName - The thing group name.ListThingsInThingGroupRequest.Builder recursive(Boolean recursive)
When true, list things in this thing group and in all child groups as well.
recursive - When true, list things in this thing group and in all child groups as well.ListThingsInThingGroupRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListThingsInThingGroupRequest.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.ListThingsInThingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListThingsInThingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.