Interface SmartHomeAppliance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SmartHomeAppliance.Builder,SmartHomeAppliance>,SdkBuilder<SmartHomeAppliance.Builder,SmartHomeAppliance>,SdkPojo
- Enclosing class:
- SmartHomeAppliance
public static interface SmartHomeAppliance.Builder extends SdkPojo, CopyableBuilder<SmartHomeAppliance.Builder,SmartHomeAppliance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SmartHomeAppliance.Builderdescription(String description)The description of the smart home appliance.SmartHomeAppliance.BuilderfriendlyName(String friendlyName)The friendly name of the smart home appliance.SmartHomeAppliance.BuildermanufacturerName(String manufacturerName)The name of the manufacturer of the smart home appliance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
friendlyName
SmartHomeAppliance.Builder friendlyName(String friendlyName)
The friendly name of the smart home appliance.
- Parameters:
friendlyName- The friendly name of the smart home appliance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
SmartHomeAppliance.Builder description(String description)
The description of the smart home appliance.
- Parameters:
description- The description of the smart home appliance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manufacturerName
SmartHomeAppliance.Builder manufacturerName(String manufacturerName)
The name of the manufacturer of the smart home appliance.
- Parameters:
manufacturerName- The name of the manufacturer of the smart home appliance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-