Interface ListEngagementInvitationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEngagementInvitationsResponse.Builder,ListEngagementInvitationsResponse>,PartnerCentralSellingResponse.Builder,SdkBuilder<ListEngagementInvitationsResponse.Builder,ListEngagementInvitationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEngagementInvitationsResponse
public static interface ListEngagementInvitationsResponse.Builder extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<ListEngagementInvitationsResponse.Builder,ListEngagementInvitationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEngagementInvitationsResponse.BuilderengagementInvitationSummaries(Collection<EngagementInvitationSummary> engagementInvitationSummaries)An array containing summaries of engagement invitations.ListEngagementInvitationsResponse.BuilderengagementInvitationSummaries(Consumer<EngagementInvitationSummary.Builder>... engagementInvitationSummaries)An array containing summaries of engagement invitations.ListEngagementInvitationsResponse.BuilderengagementInvitationSummaries(EngagementInvitationSummary... engagementInvitationSummaries)An array containing summaries of engagement invitations.ListEngagementInvitationsResponse.BuildernextToken(String nextToken)A pagination token returned when there are more results available than can be returned in a single call.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
engagementInvitationSummaries
ListEngagementInvitationsResponse.Builder engagementInvitationSummaries(Collection<EngagementInvitationSummary> engagementInvitationSummaries)
An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.
- Parameters:
engagementInvitationSummaries- An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementInvitationSummaries
ListEngagementInvitationsResponse.Builder engagementInvitationSummaries(EngagementInvitationSummary... engagementInvitationSummaries)
An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.
- Parameters:
engagementInvitationSummaries- An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementInvitationSummaries
ListEngagementInvitationsResponse.Builder engagementInvitationSummaries(Consumer<EngagementInvitationSummary.Builder>... engagementInvitationSummaries)
An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.
This is a convenience method that creates an instance of theEngagementInvitationSummary.Builderavoiding the need to create one manually viaEngagementInvitationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#engagementInvitationSummaries(List.) - Parameters:
engagementInvitationSummaries- a consumer that will call methods onEngagementInvitationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#engagementInvitationSummaries(java.util.Collection)
-
nextToken
ListEngagementInvitationsResponse.Builder nextToken(String nextToken)
A pagination token returned when there are more results available than can be returned in a single call. Use this token to retrieve additional pages of engagement invitation summaries.
- Parameters:
nextToken- A pagination token returned when there are more results available than can be returned in a single call. Use this token to retrieve additional pages of engagement invitation summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-