Interface ListQueuesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListQueuesResponse.Builder,
,ListQueuesResponse> MediaConvertResponse.Builder
,SdkBuilder<ListQueuesResponse.Builder,
,ListQueuesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListQueuesResponse
@Mutable
@NotThreadSafe
public static interface ListQueuesResponse.Builder
extends MediaConvertResponse.Builder, SdkPojo, CopyableBuilder<ListQueuesResponse.Builder,ListQueuesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionUse this string to request the next batch of queues.queues
(Collection<Queue> queues) List of queues.queues
(Consumer<Queue.Builder>... queues) List of queues.List of queues.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.unallocatedConcurrentJobs
(Integer unallocatedConcurrentJobs) The remaining number of concurrent jobs that are not associated with a queue and are available to allocate to a queue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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 theQueue.Builder
avoiding the need to create one manually viaQueue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toqueues(List<Queue>)
.- Parameters:
queues
- a consumer that will call methods onQueue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-