@Stability(value=Stable) public static final class CfnQueueProps.Builder extends Object implements software.amazon.jsii.Builder<CfnQueueProps>
CfnQueueProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnQueueProps |
build()
Builds the configured instance.
|
CfnQueueProps.Builder |
description(String description)
Sets the value of
CfnQueueProps.getDescription() |
CfnQueueProps.Builder |
name(String name)
Sets the value of
CfnQueueProps.getName() |
CfnQueueProps.Builder |
pricingPlan(String pricingPlan)
Sets the value of
CfnQueueProps.getPricingPlan() |
CfnQueueProps.Builder |
status(String status)
Sets the value of
CfnQueueProps.getStatus() |
CfnQueueProps.Builder |
tags(Object tags)
Sets the value of
CfnQueueProps.getTags() |
@Stability(value=Stable) public CfnQueueProps.Builder description(String description)
CfnQueueProps.getDescription()description - Optional.
A description of the queue that you are creating.this@Stability(value=Stable) public CfnQueueProps.Builder name(String name)
CfnQueueProps.getName()name - The name of the queue that you are creating.this@Stability(value=Stable) public CfnQueueProps.Builder pricingPlan(String pricingPlan)
CfnQueueProps.getPricingPlan()pricingPlan - When you use AWS CloudFormation , you can create only on-demand queues.
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 ** .
this@Stability(value=Stable) public CfnQueueProps.Builder status(String status)
CfnQueueProps.getStatus()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.this@Stability(value=Stable) public CfnQueueProps.Builder tags(Object tags)
CfnQueueProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnQueueProps build()
build in interface software.amazon.jsii.Builder<CfnQueueProps>CfnQueuePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.