Interface ListEngagementByAcceptingInvitationTasksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListEngagementByAcceptingInvitationTasksResponse.Builder,ListEngagementByAcceptingInvitationTasksResponse>,PartnerCentralSellingResponse.Builder,SdkBuilder<ListEngagementByAcceptingInvitationTasksResponse.Builder,ListEngagementByAcceptingInvitationTasksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEngagementByAcceptingInvitationTasksResponse
public static interface ListEngagementByAcceptingInvitationTasksResponse.Builder extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<ListEngagementByAcceptingInvitationTasksResponse.Builder,ListEngagementByAcceptingInvitationTasksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEngagementByAcceptingInvitationTasksResponse.BuildernextToken(String nextToken)A token used for pagination to retrieve the next page of results.If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page.ListEngagementByAcceptingInvitationTasksResponse.BuildertaskSummaries(Collection<ListEngagementByAcceptingInvitationTaskSummary> taskSummaries)An array ofEngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters.ListEngagementByAcceptingInvitationTasksResponse.BuildertaskSummaries(Consumer<ListEngagementByAcceptingInvitationTaskSummary.Builder>... taskSummaries)An array ofEngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters.ListEngagementByAcceptingInvitationTasksResponse.BuildertaskSummaries(ListEngagementByAcceptingInvitationTaskSummary... taskSummaries)An array ofEngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters.-
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
-
nextToken
ListEngagementByAcceptingInvitationTasksResponse.Builder nextToken(String nextToken)
A token used for pagination to retrieve the next page of results.If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page. If there are no more results, this field will be null or an empty string.
- Parameters:
nextToken- A token used for pagination to retrieve the next page of results.If there are more results available, this field will contain a token that can be used in a subsequent API call to retrieve the next page. If there are no more results, this field will be null or an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSummaries
ListEngagementByAcceptingInvitationTasksResponse.Builder taskSummaries(Collection<ListEngagementByAcceptingInvitationTaskSummary> taskSummaries)
An array of
EngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.- Parameters:
taskSummaries- An array ofEngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSummaries
ListEngagementByAcceptingInvitationTasksResponse.Builder taskSummaries(ListEngagementByAcceptingInvitationTaskSummary... taskSummaries)
An array of
EngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.- Parameters:
taskSummaries- An array ofEngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSummaries
ListEngagementByAcceptingInvitationTasksResponse.Builder taskSummaries(Consumer<ListEngagementByAcceptingInvitationTaskSummary.Builder>... taskSummaries)
An array of
This is a convenience method that creates an instance of theEngagementByAcceptingInvitationTaskSummaryobjects, each representing a task that matches the specified filters. The array may be empty if no tasks match the criteria.ListEngagementByAcceptingInvitationTaskSummary.Builderavoiding the need to create one manually viaListEngagementByAcceptingInvitationTaskSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#taskSummaries(List.) - Parameters:
taskSummaries- a consumer that will call methods onListEngagementByAcceptingInvitationTaskSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#taskSummaries(java.util.Collection)
-
-