public static interface ListThingsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingsResponse.Builder,ListThingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThingsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results.
|
ListThingsResponse.Builder |
things(Collection<ThingAttribute> things)
The things.
|
ListThingsResponse.Builder |
things(Consumer<ThingAttribute.Builder>... things)
The things.
|
ListThingsResponse.Builder |
things(ThingAttribute... things)
The things.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThingsResponse.Builder things(Collection<ThingAttribute> things)
The things.
things - The things.ListThingsResponse.Builder things(ThingAttribute... things)
The things.
things - The things.ListThingsResponse.Builder things(Consumer<ThingAttribute.Builder>... things)
The things.
This is a convenience method that creates an instance of theThingAttribute.Builder avoiding the need to create one
manually via ThingAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #things(List.
things - a consumer that will call methods on
ThingAttribute.Builder#things(java.util.Collection) ListThingsResponse.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.