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
Modifier and TypeMethodDescriptionattributes(String... attributes) A list of the attributes to select from the message.attributes(Collection<String> attributes) A list of the attributes to select from the message.The name of theselectAttributesactivity.The next activity in the pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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
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.
 
 
 -