GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) that identifies the engagement invitation.
|
static GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.builder() |
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.catalog(String catalog) |
Indicates the catalog from which the engagement invitation details are retrieved.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.engagementDescription(String engagementDescription) |
The description of the engagement associated with this invitation.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.engagementId(String engagementId) |
The identifier of the engagement associated with this invitation.This ID links the invitation to its
corresponding engagement.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.engagementTitle(String engagementTitle) |
The title of the engagement invitation, summarizing the purpose or objectives of the opportunity shared by
AWS.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.existingMembers(Collection<EngagementMemberSummary> existingMembers) |
A list of active members currently part of the Engagement.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.existingMembers(Consumer<EngagementMemberSummary.Builder>... existingMembers) |
A list of active members currently part of the Engagement.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.existingMembers(EngagementMemberSummary... existingMembers) |
A list of active members currently part of the Engagement.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.expirationDate(Instant expirationDate) |
Indicates the date on which the engagement invitation will expire if not accepted by the partner.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.id(String id) |
Unique identifier assigned to the engagement invitation being retrieved.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.invitationDate(Instant invitationDate) |
The date when the engagement invitation was sent to the partner.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.invitationMessage(String invitationMessage) |
The message sent to the invited partner when the invitation was created.
|
default GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.payload(Consumer<Payload.Builder> payload) |
Details of the engagement invitation payload, including specific data relevant to the invitation's contents,
such as customer information and opportunity insights.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.payload(Payload payload) |
Details of the engagement invitation payload, including specific data relevant to the invitation's contents,
such as customer information and opportunity insights.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.payloadType(String payloadType) |
The type of payload contained in the engagement invitation, indicating what data or context the payload
covers.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.payloadType(EngagementInvitationPayloadType payloadType) |
The type of payload contained in the engagement invitation, indicating what data or context the payload
covers.
|
default GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.receiver(Consumer<Receiver.Builder> receiver) |
Information about the partner organization or team that received the engagement invitation, including contact
details and identifiers.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.receiver(Receiver receiver) |
Information about the partner organization or team that received the engagement invitation, including contact
details and identifiers.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.rejectionReason(String rejectionReason) |
If the engagement invitation was rejected, this field specifies the reason provided by the partner for the
rejection.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.senderAwsAccountId(String senderAwsAccountId) |
Specifies the AWS Account ID of the sender, which identifies the AWS team responsible for sharing the
engagement invitation.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.senderCompanyName(String senderCompanyName) |
The name of the AWS organization or team that sent the engagement invitation.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.status(String status) |
The current status of the engagement invitation.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.Builder.status(InvitationStatus status) |
The current status of the engagement invitation.
|
GetEngagementInvitationResponse.Builder |
GetEngagementInvitationResponse.toBuilder() |
|