public static interface ListThingGroupsForThingResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingGroupsForThingResponse.Builder,ListThingGroupsForThingResponse>
Modifier and Type | Method and Description |
---|---|
ListThingGroupsForThingResponse.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingGroupsForThingResponse.Builder |
thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsForThingResponse.Builder |
thingGroups(Consumer<GroupNameAndArn.Builder>... thingGroups)
The thing groups.
|
ListThingGroupsForThingResponse.Builder |
thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListThingGroupsForThingResponse.Builder thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
thingGroups
- The thing groups.ListThingGroupsForThingResponse.Builder thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
thingGroups
- The thing groups.ListThingGroupsForThingResponse.Builder thingGroups(Consumer<GroupNameAndArn.Builder>... thingGroups)
The thing groups.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #thingGroups(List)
.thingGroups
- a consumer that will call methods on List.Builder
#thingGroups(List)
ListThingGroupsForThingResponse.Builder nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
nextToken
- The token used to get the next set of results, or null if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.