public static interface RemoveAttributesActivity.Builder extends SdkPojo, CopyableBuilder<RemoveAttributesActivity.Builder,RemoveAttributesActivity>
Modifier and Type | Method and Description |
---|---|
RemoveAttributesActivity.Builder |
attributes(Collection<String> attributes)
A list of 1-50 attributes to remove from the message.
|
RemoveAttributesActivity.Builder |
attributes(String... attributes)
A list of 1-50 attributes to remove from the message.
|
RemoveAttributesActivity.Builder |
name(String name)
The name of the 'removeAttributes' activity.
|
RemoveAttributesActivity.Builder |
next(String next)
The next activity in the pipeline.
|
copy
applyMutation, build
RemoveAttributesActivity.Builder name(String name)
The name of the 'removeAttributes' activity.
name
- The name of the 'removeAttributes' activity.RemoveAttributesActivity.Builder attributes(Collection<String> attributes)
A list of 1-50 attributes to remove from the message.
attributes
- A list of 1-50 attributes to remove from the message.RemoveAttributesActivity.Builder attributes(String... attributes)
A list of 1-50 attributes to remove from the message.
attributes
- A list of 1-50 attributes to remove from the message.RemoveAttributesActivity.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.