Interface FeedAssociation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FeedAssociation.Builder,,FeedAssociation> SdkBuilder<FeedAssociation.Builder,,FeedAssociation> SdkPojo
- Enclosing class:
FeedAssociation
@Mutable
@NotThreadSafe
public static interface FeedAssociation.Builder
extends SdkPojo, CopyableBuilder<FeedAssociation.Builder,FeedAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedResourceName(String associatedResourceName) The name of the associated resource.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
-
associatedResourceName
The name of the associated resource.
- Parameters:
associatedResourceName- The name of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-