public static interface ListDevicesRequest.Builder extends Iot1ClickDevicesRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
Modifier and Type | Method and Description |
---|---|
ListDevicesRequest.Builder |
deviceType(String deviceType)
The type of the device, such as "button".
|
ListDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListDevicesRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListDevicesRequest.Builder deviceType(String deviceType)
The type of the device, such as "button".
deviceType
- The type of the device, such as "button".ListDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request. If not set, a default value of 100 is used.
maxResults
- The maximum number of results to return per request. If not set, a default value of 100 is used.ListDevicesRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.ListDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.