@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
- `AWS::MediaConvert::Queue.Description`.this
@Stability(value=Stable) public CfnQueueProps.Builder name(String name)
CfnQueueProps.getName()
name
- `AWS::MediaConvert::Queue.Name`.this
@Stability(value=Stable) public CfnQueueProps.Builder pricingPlan(String pricingPlan)
CfnQueueProps.getPricingPlan()
pricingPlan
- `AWS::MediaConvert::Queue.PricingPlan`.this
@Stability(value=Stable) public CfnQueueProps.Builder status(String status)
CfnQueueProps.getStatus()
status
- `AWS::MediaConvert::Queue.Status`.this
@Stability(value=Stable) public CfnQueueProps.Builder tags(Object tags)
CfnQueueProps.getTags()
tags
- `AWS::MediaConvert::Queue.Tags`.this
@Stability(value=Stable) public CfnQueueProps build()
build
in interface software.amazon.jsii.Builder<CfnQueueProps>
CfnQueueProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.