Interface ScheduleItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduleItem.Builder,,ScheduleItem> SdkBuilder<ScheduleItem.Builder,,ScheduleItem> SdkPojo
- Enclosing class:
ScheduleItem
@Mutable
@NotThreadSafe
public static interface ScheduleItem.Builder
extends SdkPojo, CopyableBuilder<ScheduleItem.Builder,ScheduleItem>
-
Method Summary
Modifier and TypeMethodDescriptionchargeAmount(String chargeAmount) The amount to be charged on the charge date.chargeDate(Instant chargeDate) The date when the payment is due.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
-
chargeDate
The date when the payment is due.
- Parameters:
chargeDate- The date when the payment is due.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chargeAmount
The amount to be charged on the charge date.
- Parameters:
chargeAmount- The amount to be charged on the charge date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-