Interface RecurringCharge.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RecurringCharge.Builder,RecurringCharge>
,SdkBuilder<RecurringCharge.Builder,RecurringCharge>
,SdkPojo
- Enclosing class:
- RecurringCharge
public static interface RecurringCharge.Builder extends SdkPojo, CopyableBuilder<RecurringCharge.Builder,RecurringCharge>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecurringCharge.Builder
recurringChargeAmount(Double recurringChargeAmount)
The amount charged per the period of time specified by the recurring charge frequency.RecurringCharge.Builder
recurringChargeFrequency(String recurringChargeFrequency)
The frequency at which the recurring charge amount is applied.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
recurringChargeAmount
RecurringCharge.Builder recurringChargeAmount(Double recurringChargeAmount)
The amount charged per the period of time specified by the recurring charge frequency.
- Parameters:
recurringChargeAmount
- The amount charged per the period of time specified by the recurring charge frequency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recurringChargeFrequency
RecurringCharge.Builder recurringChargeFrequency(String recurringChargeFrequency)
The frequency at which the recurring charge amount is applied.
- Parameters:
recurringChargeFrequency
- The frequency at which the recurring charge amount is applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-