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) |
ListSmartHomeAppliancesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSmartHomeAppliancesRequest.Builder |
roomArn(String roomArn)
The room that the appliances are associated with.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListSmartHomeAppliancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.