Interface CreateQueueRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateQueueRequest.Builder,CreateQueueRequest>, MediaConvertRequest.Builder, SdkBuilder<CreateQueueRequest.Builder,CreateQueueRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateQueueRequest

public static interface CreateQueueRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<CreateQueueRequest.Builder,CreateQueueRequest>
  • Method Details

    • description

      CreateQueueRequest.Builder description(String description)
      Optional. A description of the queue that you are creating.
      Parameters:
      description - Optional. A description of the queue that you are creating.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the queue that you are creating.
      Parameters:
      name - The name of the queue that you are creating.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pricingPlan

      CreateQueueRequest.Builder pricingPlan(String pricingPlan)
      Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. When you use the API to create a queue, the default is on-demand.
      Parameters:
      pricingPlan - Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. When you use the API to create a queue, the default is on-demand.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • pricingPlan

      CreateQueueRequest.Builder pricingPlan(PricingPlan pricingPlan)
      Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. When you use the API to create a queue, the default is on-demand.
      Parameters:
      pricingPlan - Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. When you use the API to create a queue, the default is on-demand.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reservationPlanSettings

      CreateQueueRequest.Builder reservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
      Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
      Parameters:
      reservationPlanSettings - Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reservationPlanSettings

      default CreateQueueRequest.Builder reservationPlanSettings(Consumer<ReservationPlanSettings.Builder> reservationPlanSettings)
      Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues. This is a convenience method that creates an instance of the 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).

      Parameters:
      reservationPlanSettings - a consumer that will call methods on ReservationPlanSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin.
      Parameters:
      status - Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin.
      Parameters:
      status - Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.