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.
|
build
overrideConfiguration
copy
applyMutation, build
ListSmartHomeAppliancesRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListSmartHomeAppliancesRequest.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.