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.
|
copy
applyMutation, build
SelectAttributesActivity.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.