public static interface ListSmartHomeAppliancesResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListSmartHomeAppliancesResponse.Builder,ListSmartHomeAppliancesResponse>
Modifier and Type | Method and Description |
---|---|
ListSmartHomeAppliancesResponse.Builder |
nextToken(String nextToken)
The tokens used for pagination.
|
ListSmartHomeAppliancesResponse.Builder |
smartHomeAppliances(Collection<SmartHomeAppliance> smartHomeAppliances)
The smart home appliances.
|
ListSmartHomeAppliancesResponse.Builder |
smartHomeAppliances(Consumer<SmartHomeAppliance.Builder>... smartHomeAppliances)
The smart home appliances.
|
ListSmartHomeAppliancesResponse.Builder |
smartHomeAppliances(SmartHomeAppliance... smartHomeAppliances)
The smart home appliances.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListSmartHomeAppliancesResponse.Builder smartHomeAppliances(Collection<SmartHomeAppliance> smartHomeAppliances)
The smart home appliances.
smartHomeAppliances
- The smart home appliances.ListSmartHomeAppliancesResponse.Builder smartHomeAppliances(SmartHomeAppliance... smartHomeAppliances)
The smart home appliances.
smartHomeAppliances
- The smart home appliances.ListSmartHomeAppliancesResponse.Builder smartHomeAppliances(Consumer<SmartHomeAppliance.Builder>... smartHomeAppliances)
The smart home appliances.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #smartHomeAppliances(List)
.smartHomeAppliances
- a consumer that will call methods on List.Builder
#smartHomeAppliances(List)
ListSmartHomeAppliancesResponse.Builder nextToken(String nextToken)
The tokens used for pagination.
nextToken
- The tokens used for pagination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.