public static interface ListThingGroupsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingGroupsResponse.Builder,ListThingGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThingGroupsResponse.Builder |
nextToken(String nextToken)
The token used to get the next set of results, or null if there are no additional results.
|
ListThingGroupsResponse.Builder |
thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
|
ListThingGroupsResponse.Builder |
thingGroups(Consumer<GroupNameAndArn.Builder>... thingGroups)
The thing groups.
|
ListThingGroupsResponse.Builder |
thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListThingGroupsResponse.Builder thingGroups(Collection<GroupNameAndArn> thingGroups)
The thing groups.
thingGroups - The thing groups.ListThingGroupsResponse.Builder thingGroups(GroupNameAndArn... thingGroups)
The thing groups.
thingGroups - The thing groups.ListThingGroupsResponse.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) ListThingGroupsResponse.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.