Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.Invitation.Builder
-
Packages that use Invitation.Builder Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of Invitation.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return Invitation.Builder Modifier and Type Method Description static Invitation.BuilderInvitation. builder()Invitation.BuilderInvitation.Builder. message(String message)A message accompanying the invitation.default Invitation.BuilderInvitation.Builder. payload(Consumer<Payload.Builder> payload)Sets the value of the Payload property for this object.Invitation.BuilderInvitation.Builder. payload(Payload payload)Sets the value of the Payload property for this object.default Invitation.BuilderInvitation.Builder. receiver(Consumer<Receiver.Builder> receiver)Sets the value of the Receiver property for this object.Invitation.BuilderInvitation.Builder. receiver(Receiver receiver)Sets the value of the Receiver property for this object.Invitation.BuilderInvitation. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type Invitation.Builder Modifier and Type Method Description static Class<? extends Invitation.Builder>Invitation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type Invitation.Builder Modifier and Type Method Description default CreateEngagementInvitationRequest.BuilderCreateEngagementInvitationRequest.Builder. invitation(Consumer<Invitation.Builder> invitation)TheInvitationobject all information necessary to initiate an engagement invitation to a partner.
-