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 method that creates an instance of theThingTypeDefinition.Builder avoiding the need to create one
manually via ThingTypeDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #thingTypes(List.
thingTypes - a consumer that will call methods on
ThingTypeDefinition.Builder#thingTypes(java.util.Collection) 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.