Interface ListQueuesResponse.Builder

    • Method Detail

      • nextToken

        ListQueuesResponse.Builder nextToken​(String nextToken)
        Use this string to request the next batch of queues.
        Parameters:
        nextToken - Use this string to request the next batch of queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queues

        ListQueuesResponse.Builder queues​(Collection<Queue> queues)
        List of queues.
        Parameters:
        queues - List of queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queues

        ListQueuesResponse.Builder queues​(Queue... queues)
        List of queues.
        Parameters:
        queues - List of queues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalConcurrentJobs

        ListQueuesResponse.Builder totalConcurrentJobs​(Integer totalConcurrentJobs)
        The maximum number of jobs that MediaConvert can process at one time, across all of your on-demand queues in the current AWS Region.
        Parameters:
        totalConcurrentJobs - The maximum number of jobs that MediaConvert can process at one time, across all of your on-demand queues in the current AWS Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unallocatedConcurrentJobs

        ListQueuesResponse.Builder unallocatedConcurrentJobs​(Integer unallocatedConcurrentJobs)
        The remaining number of concurrent jobs that are not associated with a queue and are available to allocate to a queue. You can allocate these jobs when you create or update a queue.
        Parameters:
        unallocatedConcurrentJobs - The remaining number of concurrent jobs that are not associated with a queue and are available to allocate to a queue. You can allocate these jobs when you create or update a queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.