Interface ListProspectingFromEngagementTasksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListProspectingFromEngagementTasksResponse.Builder,,ListProspectingFromEngagementTasksResponse> PartnerCentralSellingResponse.Builder,SdkBuilder<ListProspectingFromEngagementTasksResponse.Builder,,ListProspectingFromEngagementTasksResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListProspectingFromEngagementTasksResponse
-
Method Summary
Modifier and TypeMethodDescriptionA pagination token used to retrieve the next page of results.taskSummaries(Collection<ProspectingTaskSummary> taskSummaries) Prospecting task summaries matching the specified filters.taskSummaries(Consumer<ProspectingTaskSummary.Builder>... taskSummaries) Prospecting task summaries matching the specified filters.taskSummaries(ProspectingTaskSummary... taskSummaries) Prospecting task summaries matching the specified filters.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
A pagination token used to retrieve the next page of results. If this field is present, pass its value as
NextTokenin the next call. If absent or empty, there are no further pages.- Parameters:
nextToken- A pagination token used to retrieve the next page of results. If this field is present, pass its value asNextTokenin the next call. If absent or empty, there are no further pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSummaries
ListProspectingFromEngagementTasksResponse.Builder taskSummaries(Collection<ProspectingTaskSummary> taskSummaries) Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.
- Parameters:
taskSummaries- Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSummaries
ListProspectingFromEngagementTasksResponse.Builder taskSummaries(ProspectingTaskSummary... taskSummaries) Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.
- Parameters:
taskSummaries- Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskSummaries
ListProspectingFromEngagementTasksResponse.Builder taskSummaries(Consumer<ProspectingTaskSummary.Builder>... taskSummaries) Prospecting task summaries matching the specified filters. Each summary includes the task identifier, name, status counters, and timing information. If no tasks match the filter criteria, the list is empty.
This is a convenience method that creates an instance of theProspectingTaskSummary.Builderavoiding the need to create one manually viaProspectingTaskSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totaskSummaries(List<ProspectingTaskSummary>).- Parameters:
taskSummaries- a consumer that will call methods onProspectingTaskSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-