Interface AddAttributesActivity.Builder

  • Method Details

    • name

      The name of the addAttributes activity.

      Parameters:
      name - The name of the addAttributes activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributes

      A list of 1-50 AttributeNameMapping objects that map an existing attribute to a new attribute.

      The existing attributes remain in the message, so if you want to remove the originals, use RemoveAttributeActivity.

      Parameters:
      attributes - A list of 1-50 AttributeNameMapping objects that map an existing attribute to a new attribute.

      The existing attributes remain in the message, so if you want to remove the originals, use RemoveAttributeActivity.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next activity in the pipeline.

      Parameters:
      next - The next activity in the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.