Interface ListQueuesResponse.Builder

  • Method Details

    • 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

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

      List of queues. This is a convenience method that creates an instance of the Queue.Builder avoiding the need to create one manually via Queue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to queues(List<Queue>).

      Parameters:
      queues - a consumer that will call methods on Queue.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.