Interface ListEngagementByAcceptingInvitationTasksRequest.Builder

    • 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.
      • 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.