Interface PlacementTemplate.Builder

  • Method Details

    • defaultAttributes

      PlacementTemplate.Builder defaultAttributes(Map<String,String> defaultAttributes)

      The default attributes (key/value pairs) to be applied to all placements using this template.

      Parameters:
      defaultAttributes - The default attributes (key/value pairs) to be applied to all placements using this template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceTemplates

      PlacementTemplate.Builder deviceTemplates(Map<String,DeviceTemplate> deviceTemplates)

      An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.

      Parameters:
      deviceTemplates - An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.