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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecurringCharge.Builderamount(Double amount)The amount of the recurring charge.RecurringCharge.Builderfrequency(String frequency)The frequency of the recurring charge.RecurringCharge.Builderfrequency(RecurringChargeFrequency frequency)The frequency of the recurring charge.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
amount
RecurringCharge.Builder amount(Double amount)
The amount of the recurring charge.
- Parameters:
amount- The amount of the recurring charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frequency
RecurringCharge.Builder frequency(String frequency)
The frequency of the recurring charge.
- Parameters:
frequency- The frequency of the recurring charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecurringChargeFrequency,RecurringChargeFrequency
-
frequency
RecurringCharge.Builder frequency(RecurringChargeFrequency frequency)
The frequency of the recurring charge.
- Parameters:
frequency- The frequency of the recurring charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecurringChargeFrequency,RecurringChargeFrequency
-
-