public static interface SmartHomeAppliance.Builder extends SdkPojo, CopyableBuilder<SmartHomeAppliance.Builder,SmartHomeAppliance>
Modifier and Type | Method and Description |
---|---|
SmartHomeAppliance.Builder |
description(String description)
The description of the smart home appliance.
|
SmartHomeAppliance.Builder |
friendlyName(String friendlyName)
The friendly name of the smart home appliance.
|
SmartHomeAppliance.Builder |
manufacturerName(String manufacturerName)
The name of the manufacturer of the smart home appliance.
|
copy
applyMutation, build
SmartHomeAppliance.Builder friendlyName(String friendlyName)
The friendly name of the smart home appliance.
friendlyName
- The friendly name of the smart home appliance.SmartHomeAppliance.Builder description(String description)
The description of the smart home appliance.
description
- The description of the smart home appliance.SmartHomeAppliance.Builder manufacturerName(String manufacturerName)
The name of the manufacturer of the smart home appliance.
manufacturerName
- The name of the manufacturer of the smart home appliance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.