Interface PaymentScheduleEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaymentScheduleEntry.Builder,,PaymentScheduleEntry> SdkBuilder<PaymentScheduleEntry.Builder,,PaymentScheduleEntry> SdkPojo
- Enclosing class:
PaymentScheduleEntry
-
Method Summary
Modifier and TypeMethodDescriptionchargeDateOffset(String chargeDateOffset) The relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format.chargePercentage(String chargePercentage) The percentage of the increased TCV to charge in this installment.dayOfMonth(Integer dayOfMonth) The optional calendar day of month on which the charge occurs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
chargeDateOffset
The relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format. The offset uses months only or days only (for example, P1M or P30D); mixed units are not supported, and every offset in a schedule uses the same unit.
- Parameters:
chargeDateOffset- The relative offset from the renewal agreement start date when this installment is due, in ISO 8601 duration format. The offset uses months only or days only (for example, P1M or P30D); mixed units are not supported, and every offset in a schedule uses the same unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargePercentage
The percentage of the increased TCV to charge in this installment. All entries in a schedule sum to 100.00.
- Parameters:
chargePercentage- The percentage of the increased TCV to charge in this installment. All entries in a schedule sum to 100.00.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dayOfMonth
The optional calendar day of month on which the charge occurs. When absent, the charge day is derived from
chargeDateOffset, and this field does not apply whenchargeDateOffsetis expressed in days. For months with fewer days than the specified day, the charge occurs on the last day of the month. For example, ifdayOfMonthis 31, the charge in April occurs on April 30.- Parameters:
dayOfMonth- The optional calendar day of month on which the charge occurs. When absent, the charge day is derived fromchargeDateOffset, and this field does not apply whenchargeDateOffsetis expressed in days. For months with fewer days than the specified day, the charge occurs on the last day of the month. For example, ifdayOfMonthis 31, the charge in April occurs on April 30.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-