Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.AccountReceiver.Builder
-
Packages that use AccountReceiver.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of AccountReceiver.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return AccountReceiver.Builder Modifier and Type Method Description AccountReceiver.BuilderAccountReceiver.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.AccountReceiver.BuilderAccountReceiver.Builder. awsAccountId(String awsAccountId)Indicates the AWS account ID of the partner who received the Engagement Invitation.static AccountReceiver.BuilderAccountReceiver. builder()AccountReceiver.BuilderAccountReceiver. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type AccountReceiver.Builder Modifier and Type Method Description static Class<? extends AccountReceiver.Builder>AccountReceiver. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type AccountReceiver.Builder Modifier and Type Method Description default Receiver.BuilderReceiver.Builder. account(Consumer<AccountReceiver.Builder> account)Specifies the AWS account of the partner who received the Engagement Invitation.static ReceiverReceiver. fromAccount(Consumer<AccountReceiver.Builder> account)Create an instance of this class withReceiver.account()initialized to the given value.
-