Interface ListQueuesRequest.Builder

    • Method Detail

      • farmId

        ListQueuesRequest.Builder farmId​(String farmId)

        The farm ID of the queue.

        Parameters:
        farmId - The farm ID of the queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListQueuesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Parameters:
        maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQueuesRequest.Builder nextToken​(String nextToken)

        The token for the next set of results, or null to start from the beginning.

        Parameters:
        nextToken - The token for the next set of results, or null to start from the beginning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalId

        ListQueuesRequest.Builder principalId​(String principalId)

        The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.

        Parameters:
        principalId - The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListQueuesRequest.Builder status​(String status)

        The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

        Parameters:
        status - The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueueStatus, QueueStatus
      • status

        ListQueuesRequest.Builder status​(QueueStatus status)

        The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

        Parameters:
        status - The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueueStatus, QueueStatus