Class CfnQueuePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnQueuePropsMixin>
- Enclosing class:
CfnQueuePropsMixin
CfnQueuePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()concurrentJobs(Number concurrentJobs) Specify the maximum number of jobs your queue can process concurrently.static CfnQueuePropsMixin.Buildercreate()static CfnQueuePropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) Optional.The name of the queue that you are creating.pricingPlan(String pricingPlan) When you use CloudFormation , you can create only on-demand queues.Initial state of the queue.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnQueuePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnQueuePropsMixin.Builder.
-
concurrentJobs
Specify the maximum number of jobs your queue can process concurrently.For on-demand queues, the value you enter is constrained by your service quotas for Maximum concurrent jobs, per on-demand queue and Maximum concurrent jobs, per account. For reserved queues, specify the number of jobs you can process concurrently in your reservation plan instead.
- Parameters:
concurrentJobs- Specify the maximum number of jobs your queue can process concurrently. This parameter is required.- Returns:
this- See Also:
-
description
Optional.A description of the queue that you are creating.
- Parameters:
description- Optional. This parameter is required.- Returns:
this- See Also:
-
name
The name of the queue that you are creating.- Parameters:
name- The name of the queue that you are creating. This parameter is required.- Returns:
this- See Also:
-
pricingPlan
When you use CloudFormation , you can create only on-demand queues.Therefore, always set
PricingPlanto the value "ON_DEMAND" when declaring an AWS::MediaConvert::Queue in your CloudFormation template.To create a reserved queue, use the AWS Elemental MediaConvert console at https://console.aws.amazon.com/mediaconvert to set up a contract. For more information, see Working with AWS Elemental MediaConvert Queues in the ** .
- Parameters:
pricingPlan- When you use CloudFormation , you can create only on-demand queues. This parameter is required.- Returns:
this- See Also:
-
status
Initial state of the queue.Queues can be either ACTIVE or PAUSED. If you create a paused queue, then jobs that you send to that queue won't begin.
- Parameters:
status- Initial state of the queue. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnQueuePropsMixin>- Returns:
- a newly built instance of
CfnQueuePropsMixin.
-