Interface AddAttributesActivity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AddAttributesActivity.Builder,AddAttributesActivity>,SdkBuilder<AddAttributesActivity.Builder,AddAttributesActivity>,SdkPojo
- Enclosing class:
- AddAttributesActivity
public static interface AddAttributesActivity.Builder extends SdkPojo, CopyableBuilder<AddAttributesActivity.Builder,AddAttributesActivity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddAttributesActivity.Builderattributes(Map<String,String> attributes)A list of 1-50AttributeNameMappingobjects that map an existing attribute to a new attribute.AddAttributesActivity.Buildername(String name)The name of the addAttributes activity.AddAttributesActivity.Buildernext(String next)The next activity in the pipeline.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
AddAttributesActivity.Builder name(String name)
The name of the addAttributes activity.
- Parameters:
name- The name of the addAttributes activity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
AddAttributesActivity.Builder attributes(Map<String,String> attributes)
A list of 1-50
AttributeNameMappingobjects 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.- Parameters:
attributes- A list of 1-50AttributeNameMappingobjects 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
AddAttributesActivity.Builder next(String 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.
-
-