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 Details

    • 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.