Interface RecurringCharge.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RecurringCharge.Builder,,- RecurringCharge> - SdkBuilder<RecurringCharge.Builder,,- RecurringCharge> - SdkPojo
- Enclosing class:
- RecurringCharge
@Mutable
@NotThreadSafe
public static interface RecurringCharge.Builder
extends SdkPojo, CopyableBuilder<RecurringCharge.Builder,RecurringCharge> 
- 
Method SummaryModifier and TypeMethodDescriptionrecurringChargeAmount(Double recurringChargeAmount) The amount of the recurring charge to run this reserved node.recurringChargeFrequency(String recurringChargeFrequency) The frequency of the recurring price charged to run this reserved node.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
recurringChargeAmountThe amount of the recurring charge to run this reserved node. - Parameters:
- recurringChargeAmount- The amount of the recurring charge to run this reserved node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recurringChargeFrequencyThe frequency of the recurring price charged to run this reserved node. - Parameters:
- recurringChargeFrequency- The frequency of the recurring price charged to run this reserved node.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-