static ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.builder() |
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.catalog(String catalog) |
Specifies the catalog from which to list the engagement invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.engagementIdentifier(String... engagementIdentifier) |
Retrieves a list of engagement invitation summaries based on specified filters.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.engagementIdentifier(Collection<String> engagementIdentifier) |
Retrieves a list of engagement invitation summaries based on specified filters.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.maxResults(Integer maxResults) |
Specifies the maximum number of engagement invitations to return in the response.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.nextToken(String nextToken) |
A pagination token used to retrieve additional pages of results when the response to a previous request was
truncated.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.participantType(String participantType) |
Specifies the type of participant for which to list engagement invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.participantType(ParticipantType participantType) |
Specifies the type of participant for which to list engagement invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.payloadType(Collection<EngagementInvitationPayloadType> payloadType) |
Defines the type of payload associated with the engagement invitations to be listed.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.payloadType(EngagementInvitationPayloadType... payloadType) |
Defines the type of payload associated with the engagement invitations to be listed.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.payloadTypeWithStrings(String... payloadType) |
Defines the type of payload associated with the engagement invitations to be listed.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.payloadTypeWithStrings(Collection<String> payloadType) |
Defines the type of payload associated with the engagement invitations to be listed.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.senderAwsAccountId(String... senderAwsAccountId) |
List of sender AWS account IDs to filter the invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.senderAwsAccountId(Collection<String> senderAwsAccountId) |
List of sender AWS account IDs to filter the invitations.
|
default ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.sort(Consumer<OpportunityEngagementInvitationSort.Builder> sort) |
Specifies the sorting options for listing engagement invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.sort(OpportunityEngagementInvitationSort sort) |
Specifies the sorting options for listing engagement invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.status(Collection<InvitationStatus> status) |
Status values to filter the invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.status(InvitationStatus... status) |
Status values to filter the invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.statusWithStrings(String... status) |
Status values to filter the invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.Builder.statusWithStrings(Collection<String> status) |
Status values to filter the invitations.
|
ListEngagementInvitationsRequest.Builder |
ListEngagementInvitationsRequest.toBuilder() |
|