CopyableBuilder<RecurringCharge.Builder,RecurringCharge>
, SdkBuilder<RecurringCharge.Builder,RecurringCharge>
public static interface RecurringCharge.Builder extends CopyableBuilder<RecurringCharge.Builder,RecurringCharge>
Modifier and Type | Method | Description |
---|---|---|
RecurringCharge.Builder |
amount(Double amount) |
The amount of the recurring charge.
|
RecurringCharge.Builder |
frequency(String frequency) |
The frequency of the recurring charge.
|
RecurringCharge.Builder |
frequency(RecurringChargeFrequency frequency) |
The frequency of the recurring charge.
|
copy
apply, build
RecurringCharge.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
RecurringCharge.Builder frequency(RecurringChargeFrequency frequency)
The frequency of the recurring charge.
frequency
- The frequency of the recurring charge.RecurringChargeFrequency
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.