public static interface ListThingTypesRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingTypesRequest.Builder,ListThingTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThingTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListThingTypesRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListThingTypesRequest.Builder |
thingTypeName(String thingTypeName)
The name of the thing type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListThingTypesRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListThingTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults - The maximum number of results to return in this operation.ListThingTypesRequest.Builder thingTypeName(String thingTypeName)
The name of the thing type.
thingTypeName - The name of the thing type.ListThingTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListThingTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.