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) |
ListDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.