Interface AccountReceiver.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountReceiver.Builder,AccountReceiver>,SdkBuilder<AccountReceiver.Builder,AccountReceiver>,SdkPojo
- Enclosing class:
- AccountReceiver
public static interface AccountReceiver.Builder extends SdkPojo, CopyableBuilder<AccountReceiver.Builder,AccountReceiver>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountReceiver.Builderalias(String 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.AccountReceiver.BuilderawsAccountId(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 Detail
-
alias
AccountReceiver.Builder alias(String 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
AccountReceiver.Builder awsAccountId(String 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.
-
-