Interface AddAttributesActivity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AddAttributesActivity.Builder,AddAttributesActivity>, SdkBuilder<AddAttributesActivity.Builder,AddAttributesActivity>, SdkPojo
Enclosing class:
AddAttributesActivity

public static interface AddAttributesActivity.Builder extends SdkPojo, CopyableBuilder<AddAttributesActivity.Builder,AddAttributesActivity>
  • 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.