Interface AccountReceiver.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountReceiver.Builder,
,AccountReceiver> SdkBuilder<AccountReceiver.Builder,
,AccountReceiver> SdkPojo
- Enclosing class:
AccountReceiver
@Mutable
@NotThreadSafe
public static interface AccountReceiver.Builder
extends SdkPojo, CopyableBuilder<AccountReceiver.Builder,AccountReceiver>
-
Method Summary
Modifier and TypeMethodDescriptionRepresents the alias of the partner account receiving the Engagement Invitation, making it easier to identify and track the recipient in reports or logs.awsAccountId
(String awsAccountId) Indicates the AWS account ID of the partner who received the Engagement Invitation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
alias
Represents the alias of the partner account receiving the Engagement Invitation, making it easier to identify and track the recipient in reports or logs.
- Parameters:
alias
- Represents the alias of the partner account receiving the Engagement Invitation, making it easier to identify and track the recipient in reports or logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
Indicates the AWS account ID of the partner who received the Engagement Invitation. This is a unique identifier for managing engagements with specific AWS accounts.
- Parameters:
awsAccountId
- Indicates the AWS account ID of the partner who received the Engagement Invitation. This is a unique identifier for managing engagements with specific AWS accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-