public static interface RecurringCharge.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<RecurringCharge.Builder,RecurringCharge>
| Modifier and Type | Method and Description |
|---|---|
RecurringCharge.Builder |
cost(MonetaryAmount cost)
The cost of the recurring charge.
|
RecurringCharge.Builder |
frequency(RecurringChargeFrequency frequency)
The frequency in which charges will recur.
|
RecurringCharge.Builder |
frequency(String frequency)
The frequency in which charges will recur.
|
copyapply, buildRecurringCharge.Builder cost(MonetaryAmount cost)
The cost of the recurring charge.
cost - The cost of the recurring charge.RecurringCharge.Builder frequency(String frequency)
The frequency in which charges will recur.
frequency - The frequency in which charges will recur.RecurringChargeFrequency,
RecurringChargeFrequencyRecurringCharge.Builder frequency(RecurringChargeFrequency frequency)
The frequency in which charges will recur.
frequency - The frequency in which charges will recur.RecurringChargeFrequency,
RecurringChargeFrequencyCopyright © 2017. All rights reserved.