public static interface ListThingGroupsForThingRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingGroupsForThingRequest.Builder,ListThingGroupsForThingRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsForThingRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListThingGroupsForThingRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingGroupsForThingRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThingGroupsForThingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListThingGroupsForThingRequest.Builder |
thingName(String thingName)
The thing name.
|
buildoverrideConfigurationcopyapplyMutation, buildListThingGroupsForThingRequest.Builder thingName(String thingName)
The thing name.
thingName - The thing name.ListThingGroupsForThingRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListThingGroupsForThingRequest.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.ListThingGroupsForThingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListThingGroupsForThingRequest.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.