Interface RemoveAttributesActivity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RemoveAttributesActivity.Builder,RemoveAttributesActivity>,SdkBuilder<RemoveAttributesActivity.Builder,RemoveAttributesActivity>,SdkPojo
- Enclosing class:
- RemoveAttributesActivity
public static interface RemoveAttributesActivity.Builder extends SdkPojo, CopyableBuilder<RemoveAttributesActivity.Builder,RemoveAttributesActivity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveAttributesActivity.Builderattributes(String... attributes)A list of 1-50 attributes to remove from the message.RemoveAttributesActivity.Builderattributes(Collection<String> attributes)A list of 1-50 attributes to remove from the message.RemoveAttributesActivity.Buildername(String name)The name of theremoveAttributesactivity.RemoveAttributesActivity.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
RemoveAttributesActivity.Builder name(String name)
The name of the
removeAttributesactivity.- Parameters:
name- The name of theremoveAttributesactivity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
RemoveAttributesActivity.Builder attributes(Collection<String> attributes)
A list of 1-50 attributes to remove from the message.
- Parameters:
attributes- A list of 1-50 attributes to remove from the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
RemoveAttributesActivity.Builder attributes(String... attributes)
A list of 1-50 attributes to remove from the message.
- Parameters:
attributes- A list of 1-50 attributes to remove from the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
next
RemoveAttributesActivity.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.
-
-