public static interface CreateQueueRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<CreateQueueRequest.Builder,CreateQueueRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateQueueRequest.Builder |
description(String description)
Optional.
|
CreateQueueRequest.Builder |
name(String name)
The name of the queue that you are creating.
|
CreateQueueRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateQueueRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateQueueRequest.Builder |
pricingPlan(PricingPlan pricingPlan)
Optional; default is on-demand.
|
CreateQueueRequest.Builder |
pricingPlan(String pricingPlan)
Optional; default is on-demand.
|
default CreateQueueRequest.Builder |
reservationPlanSettings(Consumer<ReservationPlanSettings.Builder> reservationPlanSettings)
Details about the pricing plan for your reserved queue.
|
CreateQueueRequest.Builder |
reservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
Details about the pricing plan for your reserved queue.
|
CreateQueueRequest.Builder |
tags(Map<String,String> tags)
The tags that you want to add to the resource.
|
buildoverrideConfigurationcopyapplyMutation, buildCreateQueueRequest.Builder description(String description)
description - Optional. A description of the queue that you are creating.CreateQueueRequest.Builder name(String name)
name - The name of the queue that you are creating.CreateQueueRequest.Builder pricingPlan(String pricingPlan)
pricingPlan - Optional; default is on-demand. Specifies whether the pricing plan for the queue is on-demand or
reserved. The pricing plan for the queue determines whether you pay on-demand or reserved pricing for
the transcoding jobs you run through the queue. For reserved queue pricing, you must set up a
contract. You can create a reserved queue contract through the AWS Elemental MediaConvert console.PricingPlan,
PricingPlanCreateQueueRequest.Builder pricingPlan(PricingPlan pricingPlan)
pricingPlan - Optional; default is on-demand. Specifies whether the pricing plan for the queue is on-demand or
reserved. The pricing plan for the queue determines whether you pay on-demand or reserved pricing for
the transcoding jobs you run through the queue. For reserved queue pricing, you must set up a
contract. You can create a reserved queue contract through the AWS Elemental MediaConvert console.PricingPlan,
PricingPlanCreateQueueRequest.Builder reservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
reservationPlanSettings - Details about the pricing plan for your reserved queue. Required for reserved queues and not
applicable to on-demand queues.default CreateQueueRequest.Builder reservationPlanSettings(Consumer<ReservationPlanSettings.Builder> reservationPlanSettings)
ReservationPlanSettings.Builder avoiding the need to create one manually via
ReservationPlanSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to reservationPlanSettings(ReservationPlanSettings).reservationPlanSettings - a consumer that will call methods on ReservationPlanSettings.BuilderreservationPlanSettings(ReservationPlanSettings)CreateQueueRequest.Builder tags(Map<String,String> tags)
tags - The tags that you want to add to the resource. You can tag resources with a key-value pair or with
only a key.CreateQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.