Interface RemoveAttributesActivity.Builder

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

public static interface RemoveAttributesActivity.Builder extends SdkPojo, CopyableBuilder<RemoveAttributesActivity.Builder,RemoveAttributesActivity>
  • Method Details

    • name

      The name of the removeAttributes activity.

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

      A list of 1-50 attributes to remove from the message.

      Parameters:
      attributes - A list of 1-50 attributes to remove from the message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributes

      RemoveAttributesActivity.Builder attributes(String... attributes)

      A list of 1-50 attributes to remove from the message.

      Parameters:
      attributes - A list of 1-50 attributes to remove from the message.
      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.