public static interface AddAttributesActivity.Builder extends SdkPojo, CopyableBuilder<AddAttributesActivity.Builder,AddAttributesActivity>
| Modifier and Type | Method and Description |
|---|---|
AddAttributesActivity.Builder |
attributes(Map<String,String> attributes)
A list of 1-50
AttributeNameMapping objects that map an existing attribute to a new attribute. |
AddAttributesActivity.Builder |
name(String name)
The name of the addAttributes activity.
|
AddAttributesActivity.Builder |
next(String next)
The next activity in the pipeline.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddAttributesActivity.Builder name(String name)
The name of the addAttributes activity.
name - The name of the addAttributes activity.AddAttributesActivity.Builder attributes(Map<String,String> attributes)
A list of 1-50 AttributeNameMapping objects that map an existing attribute to a new attribute.
The existing attributes remain in the message, so if you want to remove the originals, use
RemoveAttributeActivity.
attributes - A list of 1-50 AttributeNameMapping objects that map an existing attribute to a new
attribute.
The existing attributes remain in the message, so if you want to remove the originals, use
RemoveAttributeActivity.
AddAttributesActivity.Builder next(String next)
The next activity in the pipeline.
next - The next activity in the pipeline.Copyright © 2023. All rights reserved.