public static interface RecurringCharge.Builder extends SdkPojo, CopyableBuilder<RecurringCharge.Builder,RecurringCharge>
| Modifier and Type | Method and Description | 
|---|---|
RecurringCharge.Builder | 
recurringChargeAmount(Double recurringChargeAmount)
 The monetary amount of the recurring charge. 
 | 
RecurringCharge.Builder | 
recurringChargeFrequency(String recurringChargeFrequency)
 The frequency of the recurring charge. 
 | 
copyapplyMutation, buildRecurringCharge.Builder recurringChargeAmount(Double recurringChargeAmount)
The monetary amount of the recurring charge.
recurringChargeAmount - The monetary amount of the recurring charge.RecurringCharge.Builder recurringChargeFrequency(String recurringChargeFrequency)
The frequency of the recurring charge.
recurringChargeFrequency - The frequency of the recurring charge.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.