public static interface ReservationPlanSettings.Builder extends SdkPojo, CopyableBuilder<ReservationPlanSettings.Builder,ReservationPlanSettings>
Modifier and Type | Method and Description |
---|---|
ReservationPlanSettings.Builder |
commitment(Commitment commitment)
The length of the term of your reserved queue pricing plan commitment.
|
ReservationPlanSettings.Builder |
commitment(String commitment)
The length of the term of your reserved queue pricing plan commitment.
|
ReservationPlanSettings.Builder |
renewalType(RenewalType renewalType)
Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or
expires (EXPIRE) at the end of the term.
|
ReservationPlanSettings.Builder |
renewalType(String renewalType)
Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or
expires (EXPIRE) at the end of the term.
|
ReservationPlanSettings.Builder |
reservedSlots(Integer reservedSlots)
Specifies the number of reserved transcode slots (RTS) for this queue.
|
copy
applyMutation, build
ReservationPlanSettings.Builder commitment(String commitment)
commitment
- The length of the term of your reserved queue pricing plan commitment.Commitment
,
Commitment
ReservationPlanSettings.Builder commitment(Commitment commitment)
commitment
- The length of the term of your reserved queue pricing plan commitment.Commitment
,
Commitment
ReservationPlanSettings.Builder renewalType(String renewalType)
renewalType
- Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW)
or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment
by 12 months from the auto renew date. You can cancel this commitment.RenewalType
,
RenewalType
ReservationPlanSettings.Builder renewalType(RenewalType renewalType)
renewalType
- Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW)
or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment
by 12 months from the auto renew date. You can cancel this commitment.RenewalType
,
RenewalType
ReservationPlanSettings.Builder reservedSlots(Integer reservedSlots)
reservedSlots
- Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines
how many jobs the queue can process in parallel; each RTS can process one job at a time. You can't
decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending
your existing commitment with a new 12-month commitment for the larger number. The new commitment
begins when you purchase the additional capacity. You can't cancel your commitment or revert to your
original commitment after you increase the capacity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.