Modifier and Type | Method and Description |
---|---|
CfnQueue |
build() |
static CfnQueue.Builder |
create(Construct scope,
java.lang.String id) |
CfnQueue.Builder |
description(java.lang.String description)
Optional.
|
CfnQueue.Builder |
name(java.lang.String name)
The name of the queue that you are creating.
|
CfnQueue.Builder |
pricingPlan(java.lang.String pricingPlan)
When you use AWS CloudFormation , you can create only on-demand queues.
|
CfnQueue.Builder |
status(java.lang.String status)
Initial state of the queue.
|
CfnQueue.Builder |
tags(java.lang.Object tags)
An array of key-value pairs to apply to this resource.
|
public static CfnQueue.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnQueue.Builder
.public CfnQueue.Builder description(java.lang.String description)
A description of the queue that you are creating.
description
- Optional. This parameter is required.this
public CfnQueue.Builder name(java.lang.String name)
name
- The name of the queue that you are creating. This parameter is required.this
public CfnQueue.Builder pricingPlan(java.lang.String pricingPlan)
Therefore, always set PricingPlan
to the value "ON_DEMAND" when declaring an AWS::MediaConvert::Queue in your AWS 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 ** .
pricingPlan
- When you use AWS CloudFormation , you can create only on-demand queues. This parameter is required.this
public CfnQueue.Builder status(java.lang.String status)
Queues can be either ACTIVE or PAUSED. If you create a paused queue, then jobs that you send to that queue won't begin.
status
- Initial state of the queue. This parameter is required.this
public CfnQueue.Builder tags(java.lang.Object tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnQueue build()