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 to use 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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThingGroupsForThingResponse.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 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) ListThingGroupsForThingResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.