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