public static interface RecurringCharge.Builder extends CopyableBuilder<RecurringCharge.Builder,RecurringCharge>
| Modifier and Type | Method and Description |
|---|---|
RecurringCharge.Builder |
amount(Double amount)
The amount of the recurring charge.
|
RecurringCharge.Builder |
frequency(RecurringChargeFrequency frequency)
The frequency of the recurring charge.
|
RecurringCharge.Builder |
frequency(String frequency)
The frequency of the recurring charge.
|
copyapply, buildRecurringCharge.Builder amount(Double amount)
The amount of the recurring charge.
amount - The amount of the recurring charge.RecurringCharge.Builder frequency(String frequency)
The frequency of the recurring charge.
frequency - The frequency of the recurring charge.RecurringChargeFrequency,
RecurringChargeFrequencyRecurringCharge.Builder frequency(RecurringChargeFrequency frequency)
The frequency of the recurring charge.
frequency - The frequency of the recurring charge.RecurringChargeFrequency,
RecurringChargeFrequencyCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.