public static interface ListSmartHomeAppliancesRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListSmartHomeAppliancesRequest.Builder,ListSmartHomeAppliancesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSmartHomeAppliancesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of appliances to be returned, per paginated calls.
|
ListSmartHomeAppliancesRequest.Builder |
nextToken(String nextToken)
The tokens used for pagination.
|
ListSmartHomeAppliancesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListSmartHomeAppliancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListSmartHomeAppliancesRequest.Builder |
roomArn(String roomArn)
The room that the appliances are associated with.
|
buildoverrideConfigurationcopyapplyMutation, buildListSmartHomeAppliancesRequest.Builder roomArn(String roomArn)
The room that the appliances are associated with.
roomArn - The room that the appliances are associated with.ListSmartHomeAppliancesRequest.Builder maxResults(Integer maxResults)
The maximum number of appliances to be returned, per paginated calls.
maxResults - The maximum number of appliances to be returned, per paginated calls.ListSmartHomeAppliancesRequest.Builder nextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.ListSmartHomeAppliancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListSmartHomeAppliancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.