Interface SelectAttributesActivity.Builder

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

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

    • name

      The name of the selectAttributes activity.

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

      A list of the attributes to select from the message.

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

      SelectAttributesActivity.Builder attributes(String... attributes)

      A list of the attributes to select from the message.

      Parameters:
      attributes - A list of the attributes to select 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.