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) |
ListThingGroupsForThingRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingGroupsForThingRequest.Builder |
thingName(String thingName)
The thing name.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListThingGroupsForThingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.