Interface ReservationPlan.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReservationPlan.Builder,
,ReservationPlan> SdkBuilder<ReservationPlan.Builder,
,ReservationPlan> SdkPojo
- Enclosing class:
ReservationPlan
@Mutable
@NotThreadSafe
public static interface ReservationPlan.Builder
extends SdkPojo, CopyableBuilder<ReservationPlan.Builder,ReservationPlan>
-
Method Summary
Modifier and TypeMethodDescriptioncommitment
(String commitment) The length of the term of your reserved queue pricing plan commitment.commitment
(Commitment commitment) The length of the term of your reserved queue pricing plan commitment.The timestamp in epoch seconds for when the current pricing plan term for this reserved queue expires.purchasedAt
(Instant purchasedAt) The timestamp in epoch seconds for when you set up the current pricing plan for this reserved queue.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.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.reservedSlots
(Integer reservedSlots) Specifies the number of reserved transcode slots (RTS) for this queue.Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.status
(ReservationPlanStatus status) Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
commitment
The length of the term of your reserved queue pricing plan commitment.- Parameters:
commitment
- The length of the term of your reserved queue pricing plan commitment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commitment
The length of the term of your reserved queue pricing plan commitment.- Parameters:
commitment
- The length of the term of your reserved queue pricing plan commitment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expiresAt
The timestamp in epoch seconds for when the current pricing plan term for this reserved queue expires.- Parameters:
expiresAt
- The timestamp in epoch seconds for when the current pricing plan term for this reserved queue expires.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
purchasedAt
The timestamp in epoch seconds for when you set up the current pricing plan for this reserved queue.- Parameters:
purchasedAt
- The timestamp in epoch seconds for when you set up the current pricing plan for this reserved queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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. When you increase this number, you extend your existing commitment with a new 12-month commitment for a larger number of RTS. The new commitment begins when you purchase the additional capacity. You can't decrease the number of RTS in your reserved queue.- Parameters:
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. When you increase this number, you extend your existing commitment with a new 12-month commitment for a larger number of RTS. The new commitment begins when you purchase the additional capacity. You can't decrease the number of RTS in your reserved queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.- Parameters:
status
- Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.- Parameters:
status
- Specifies whether the pricing plan for your reserved queue is ACTIVE or EXPIRED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-