Interface PaymentScheduleTermTemplate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaymentScheduleTermTemplate.Builder,,PaymentScheduleTermTemplate> SdkBuilder<PaymentScheduleTermTemplate.Builder,,PaymentScheduleTermTemplate> SdkPojo
- Enclosing class:
PaymentScheduleTermTemplate
@Mutable
@NotThreadSafe
public static interface PaymentScheduleTermTemplate.Builder
extends SdkPojo, CopyableBuilder<PaymentScheduleTermTemplate.Builder,PaymentScheduleTermTemplate>
-
Method Summary
Modifier and TypeMethodDescriptionschedule(Collection<PaymentScheduleEntry> schedule) The installments that make up the payment schedule of the renewed agreement.schedule(Consumer<PaymentScheduleEntry.Builder>... schedule) The installments that make up the payment schedule of the renewed agreement.schedule(PaymentScheduleEntry... schedule) The installments that make up the payment schedule of the renewed agreement.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
-
schedule
The installments that make up the payment schedule of the renewed agreement. The
ChargePercentagevalues of all installments add up to100.- Parameters:
schedule- The installments that make up the payment schedule of the renewed agreement. TheChargePercentagevalues of all installments add up to100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
The installments that make up the payment schedule of the renewed agreement. The
ChargePercentagevalues of all installments add up to100.- Parameters:
schedule- The installments that make up the payment schedule of the renewed agreement. TheChargePercentagevalues of all installments add up to100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
The installments that make up the payment schedule of the renewed agreement. The
This is a convenience method that creates an instance of theChargePercentagevalues of all installments add up to100.PaymentScheduleEntry.Builderavoiding the need to create one manually viaPaymentScheduleEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toschedule(List<PaymentScheduleEntry>).- Parameters:
schedule- a consumer that will call methods onPaymentScheduleEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-