public static interface SelectAttributesActivity.Builder extends SdkPojo, CopyableBuilder<SelectAttributesActivity.Builder,SelectAttributesActivity>
| Modifier and Type | Method and Description |
|---|---|
SelectAttributesActivity.Builder |
attributes(Collection<String> attributes)
A list of the attributes to select from the message.
|
SelectAttributesActivity.Builder |
attributes(String... attributes)
A list of the attributes to select from the message.
|
SelectAttributesActivity.Builder |
name(String name)
The name of the
selectAttributes activity. |
SelectAttributesActivity.Builder |
next(String next)
The next activity in the pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelectAttributesActivity.Builder name(String name)
The name of the selectAttributes activity.
name - The name of the selectAttributes activity.SelectAttributesActivity.Builder attributes(Collection<String> attributes)
A list of the attributes to select from the message.
attributes - A list of the attributes to select from the message.SelectAttributesActivity.Builder attributes(String... attributes)
A list of the attributes to select from the message.
attributes - A list of the attributes to select from the message.SelectAttributesActivity.Builder next(String next)
The next activity in the pipeline.
next - The next activity in the pipeline.Copyright © 2023. All rights reserved.