Interface FeedSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FeedSummary.Builder,,FeedSummary> SdkBuilder<FeedSummary.Builder,,FeedSummary> SdkPojo
- Enclosing class:
FeedSummary
@Mutable
@NotThreadSafe
public static interface FeedSummary.Builder
extends SdkPojo, CopyableBuilder<FeedSummary.Builder,FeedSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the feed.default FeedSummary.Builderassociation(Consumer<FeedAssociation.Builder> association) The resource, if any, associated with the feed.association(FeedAssociation association) The resource, if any, associated with the feed.The ID of the feed.The name of the feedThe status of the feed.status(FeedStatus status) The status of the feed.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
-
arn
The ARN of the feed.
- Parameters:
arn- The ARN of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the feed.
- Parameters:
id- The ID of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the feed
- Parameters:
name- The name of the feed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
association
The resource, if any, associated with the feed.
- Parameters:
association- The resource, if any, associated with the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
association
The resource, if any, associated with the feed.
This is a convenience method that creates an instance of theFeedAssociation.Builderavoiding the need to create one manually viaFeedAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassociation(FeedAssociation).- Parameters:
association- a consumer that will call methods onFeedAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the feed.
- Parameters:
status- The status of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the feed.
- Parameters:
status- The status of the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-