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 to use to get the next set of 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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theGroupNameAndArn.Builder avoiding the need to create one
manually via GroupNameAndArn.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #thingGroups(List.
thingGroups - a consumer that will call methods on
GroupNameAndArn.Builder#thingGroups(java.util.Collection) ListThingGroupsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results. Will not be returned if operation has returned all results.
nextToken - The token to use to get the next set of results. Will not be returned if operation has returned all
results.Copyright © 2022. All rights reserved.