Interface ListEngagementByAcceptingInvitationTasksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEngagementByAcceptingInvitationTasksRequest.Builder,ListEngagementByAcceptingInvitationTasksRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<ListEngagementByAcceptingInvitationTasksRequest.Builder,ListEngagementByAcceptingInvitationTasksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEngagementByAcceptingInvitationTasksRequest
public static interface ListEngagementByAcceptingInvitationTasksRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<ListEngagementByAcceptingInvitationTasksRequest.Builder,ListEngagementByAcceptingInvitationTasksRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalog
ListEngagementByAcceptingInvitationTasksRequest.Builder catalog(String catalog)
Specifies the catalog related to the request. Valid values are:
-
AWS: Retrieves the request from the production AWS environment.
-
Sandbox: Retrieves the request from a sandbox environment used for testing or development purposes.
- Parameters:
catalog- Specifies the catalog related to the request. Valid values are:-
AWS: Retrieves the request from the production AWS environment.
-
Sandbox: Retrieves the request from a sandbox environment used for testing or development purposes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
engagementInvitationIdentifier
ListEngagementByAcceptingInvitationTasksRequest.Builder engagementInvitationIdentifier(Collection<String> engagementInvitationIdentifier)
Filters tasks by the identifiers of the engagement invitations they are processing.
- Parameters:
engagementInvitationIdentifier- Filters tasks by the identifiers of the engagement invitations they are processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementInvitationIdentifier
ListEngagementByAcceptingInvitationTasksRequest.Builder engagementInvitationIdentifier(String... engagementInvitationIdentifier)
Filters tasks by the identifiers of the engagement invitations they are processing.
- Parameters:
engagementInvitationIdentifier- Filters tasks by the identifiers of the engagement invitations they are processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEngagementByAcceptingInvitationTasksRequest.Builder maxResults(Integer maxResults)
Use this parameter to control the number of items returned in each request, which can be useful for performance tuning and managing large result sets.
- Parameters:
maxResults- Use this parameter to control the number of items returned in each request, which can be useful for performance tuning and managing large result sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEngagementByAcceptingInvitationTasksRequest.Builder nextToken(String nextToken)
Use this parameter for pagination when the result set spans multiple pages. This value is obtained from the NextToken field in the response of a previous call to this API.
- Parameters:
nextToken- Use this parameter for pagination when the result set spans multiple pages. This value is obtained from the NextToken field in the response of a previous call to this API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opportunityIdentifier
ListEngagementByAcceptingInvitationTasksRequest.Builder opportunityIdentifier(Collection<String> opportunityIdentifier)
Filters tasks by the identifiers of the opportunities they created or are associated with.
- Parameters:
opportunityIdentifier- Filters tasks by the identifiers of the opportunities they created or are associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
opportunityIdentifier
ListEngagementByAcceptingInvitationTasksRequest.Builder opportunityIdentifier(String... opportunityIdentifier)
Filters tasks by the identifiers of the opportunities they created or are associated with.
- Parameters:
opportunityIdentifier- Filters tasks by the identifiers of the opportunities they created or are associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
ListEngagementByAcceptingInvitationTasksRequest.Builder sort(ListTasksSortBase sort)
Specifies the sorting criteria for the returned results. This allows you to order the tasks based on specific attributes.
- Parameters:
sort- Specifies the sorting criteria for the returned results. This allows you to order the tasks based on specific attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
default ListEngagementByAcceptingInvitationTasksRequest.Builder sort(Consumer<ListTasksSortBase.Builder> sort)
Specifies the sorting criteria for the returned results. This allows you to order the tasks based on specific attributes.
This is a convenience method that creates an instance of theListTasksSortBase.Builderavoiding the need to create one manually viaListTasksSortBase.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosort(ListTasksSortBase).- Parameters:
sort- a consumer that will call methods onListTasksSortBase.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sort(ListTasksSortBase)
-
taskIdentifier
ListEngagementByAcceptingInvitationTasksRequest.Builder taskIdentifier(Collection<String> taskIdentifier)
Filters tasks by their unique identifiers. Use this when you want to retrieve information about specific tasks.
- Parameters:
taskIdentifier- Filters tasks by their unique identifiers. Use this when you want to retrieve information about specific tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskIdentifier
ListEngagementByAcceptingInvitationTasksRequest.Builder taskIdentifier(String... taskIdentifier)
Filters tasks by their unique identifiers. Use this when you want to retrieve information about specific tasks.
- Parameters:
taskIdentifier- Filters tasks by their unique identifiers. Use this when you want to retrieve information about specific tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskStatusWithStrings
ListEngagementByAcceptingInvitationTasksRequest.Builder taskStatusWithStrings(Collection<String> taskStatus)
Filters the tasks based on their current status. This allows you to focus on tasks in specific states.
- Parameters:
taskStatus- Filters the tasks based on their current status. This allows you to focus on tasks in specific states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskStatusWithStrings
ListEngagementByAcceptingInvitationTasksRequest.Builder taskStatusWithStrings(String... taskStatus)
Filters the tasks based on their current status. This allows you to focus on tasks in specific states.
- Parameters:
taskStatus- Filters the tasks based on their current status. This allows you to focus on tasks in specific states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskStatus
ListEngagementByAcceptingInvitationTasksRequest.Builder taskStatus(Collection<TaskStatus> taskStatus)
Filters the tasks based on their current status. This allows you to focus on tasks in specific states.
- Parameters:
taskStatus- Filters the tasks based on their current status. This allows you to focus on tasks in specific states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskStatus
ListEngagementByAcceptingInvitationTasksRequest.Builder taskStatus(TaskStatus... taskStatus)
Filters the tasks based on their current status. This allows you to focus on tasks in specific states.
- Parameters:
taskStatus- Filters the tasks based on their current status. This allows you to focus on tasks in specific states.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEngagementByAcceptingInvitationTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEngagementByAcceptingInvitationTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-