Interface AddAttributesActivity.Builder

    • Method Detail

      • name

        AddAttributesActivity.Builder name​(String 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

        AddAttributesActivity.Builder attributes​(Map<String,​String> 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

        AddAttributesActivity.Builder next​(String 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.