Interface AssociationInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociationInfo.Builder,,AssociationInfo> SdkBuilder<AssociationInfo.Builder,,AssociationInfo> SdkPojo
- Enclosing class:
AssociationInfo
@Mutable
@NotThreadSafe
public static interface AssociationInfo.Builder
extends SdkPojo, CopyableBuilder<AssociationInfo.Builder,AssociationInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationArn(String destinationArn) The Amazon Resource Name (ARN) of theAssociationInfodestination.The Amazon Resource Name (ARN) of theAssociationInfosource.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
-
sourceArn
The Amazon Resource Name (ARN) of the
AssociationInfosource.- Parameters:
sourceArn- The Amazon Resource Name (ARN) of theAssociationInfosource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationArn
The Amazon Resource Name (ARN) of the
AssociationInfodestination.- Parameters:
destinationArn- The Amazon Resource Name (ARN) of theAssociationInfodestination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-