public static interface ListThingTypesResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingTypesResponse.Builder,ListThingTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListThingTypesResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListThingTypesResponse.Builder |
thingTypes(Collection<ThingTypeDefinition> thingTypes)
The thing types.
|
ListThingTypesResponse.Builder |
thingTypes(Consumer<ThingTypeDefinition.Builder>... thingTypes)
The thing types.
|
ListThingTypesResponse.Builder |
thingTypes(ThingTypeDefinition... thingTypes)
The thing types.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThingTypesResponse.Builder thingTypes(Collection<ThingTypeDefinition> thingTypes)
The thing types.
thingTypes - The thing types.ListThingTypesResponse.Builder thingTypes(ThingTypeDefinition... thingTypes)
The thing types.
thingTypes - The thing types.ListThingTypesResponse.Builder thingTypes(Consumer<ThingTypeDefinition.Builder>... thingTypes)
The thing types.
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 #thingTypes(List) .thingTypes - a consumer that will call methods on List.Builder #thingTypes(List) ListThingTypesResponse.Builder nextToken(String nextToken)
The token for the next set of results. Will not be returned if operation has returned all results.
nextToken - The token for the next set of results. Will not be returned if operation has returned all results.Copyright © 2022. All rights reserved.