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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSmartHomeAppliancesResponse.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 method that creates an instance of theSmartHomeAppliance.Builder avoiding the need
to create one manually via
SmartHomeAppliance.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #smartHomeAppliances(List.
smartHomeAppliances - a consumer that will call methods on
SmartHomeAppliance.Builder#smartHomeAppliances(java.util.Collection) ListSmartHomeAppliancesResponse.Builder nextToken(String nextToken)
The tokens used for pagination.
nextToken - The tokens used for pagination.Copyright © 2023. All rights reserved.