Interface UpdateQueueRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateQueueRequest.Builder,UpdateQueueRequest>,MediaConvertRequest.Builder,SdkBuilder<UpdateQueueRequest.Builder,UpdateQueueRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateQueueRequest
public static interface UpdateQueueRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<UpdateQueueRequest.Builder,UpdateQueueRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateQueueRequest.Builderdescription(String description)The new description for the queue, if you are changing it.UpdateQueueRequest.Buildername(String name)The name of the queue that you are modifying.UpdateQueueRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQueueRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateQueueRequest.BuilderreservationPlanSettings(Consumer<ReservationPlanSettings.Builder> reservationPlanSettings)The new details of your pricing plan for your reserved queue.UpdateQueueRequest.BuilderreservationPlanSettings(ReservationPlanSettings reservationPlanSettings)The new details of your pricing plan for your reserved queue.UpdateQueueRequest.Builderstatus(String status)Pause or activate a queue by changing its status between ACTIVE and PAUSED.UpdateQueueRequest.Builderstatus(QueueStatus status)Pause or activate a queue by changing its status between ACTIVE and PAUSED.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
UpdateQueueRequest.Builder description(String description)
The new description for the queue, if you are changing it.- Parameters:
description- The new description for the queue, if you are changing it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateQueueRequest.Builder name(String name)
The name of the queue that you are modifying.- Parameters:
name- The name of the queue that you are modifying.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationPlanSettings
UpdateQueueRequest.Builder reservationPlanSettings(ReservationPlanSettings reservationPlanSettings)
The new details of your pricing plan for your reserved queue. When you set up a new pricing plan to replace an expired one, you enter into another 12-month commitment. When you add capacity to your queue by increasing the number of RTS, you extend the term of your commitment to 12 months from when you add capacity. After you make these commitments, you can't cancel them.- Parameters:
reservationPlanSettings- The new details of your pricing plan for your reserved queue. When you set up a new pricing plan to replace an expired one, you enter into another 12-month commitment. When you add capacity to your queue by increasing the number of RTS, you extend the term of your commitment to 12 months from when you add capacity. After you make these commitments, you can't cancel them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reservationPlanSettings
default UpdateQueueRequest.Builder reservationPlanSettings(Consumer<ReservationPlanSettings.Builder> reservationPlanSettings)
The new details of your pricing plan for your reserved queue. When you set up a new pricing plan to replace an expired one, you enter into another 12-month commitment. When you add capacity to your queue by increasing the number of RTS, you extend the term of your commitment to 12 months from when you add capacity. After you make these commitments, you can't cancel them. This is a convenience method that creates an instance of theReservationPlanSettings.Builderavoiding the need to create one manually viaReservationPlanSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreservationPlanSettings(ReservationPlanSettings).- Parameters:
reservationPlanSettings- a consumer that will call methods onReservationPlanSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
reservationPlanSettings(ReservationPlanSettings)
-
status
UpdateQueueRequest.Builder status(String status)
Pause or activate a queue by changing its status between ACTIVE and PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs that are running when you pause the queue continue to run until they finish or result in an error.- Parameters:
status- Pause or activate a queue by changing its status between ACTIVE and PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs that are running when you pause the queue continue to run until they finish or result in an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueueStatus,QueueStatus
-
status
UpdateQueueRequest.Builder status(QueueStatus status)
Pause or activate a queue by changing its status between ACTIVE and PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs that are running when you pause the queue continue to run until they finish or result in an error.- Parameters:
status- Pause or activate a queue by changing its status between ACTIVE and PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs that are running when you pause the queue continue to run until they finish or result in an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueueStatus,QueueStatus
-
overrideConfiguration
UpdateQueueRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateQueueRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-