Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SpendLimit.Builder
-
Packages that use SpendLimit.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of SpendLimit.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return SpendLimit.Builder Modifier and Type Method Description static SpendLimit.BuilderSpendLimit. builder()SpendLimit.BuilderSpendLimit.Builder. enforcedLimit(Long enforcedLimit)The maximum amount of money, in US dollars, that you want to be able to spend sending messages each month.SpendLimit.BuilderSpendLimit.Builder. maxLimit(Long maxLimit)The maximum amount of money that you are able to spend to send messages each month, in US dollars.SpendLimit.BuilderSpendLimit.Builder. name(String name)The name for the SpendLimit.SpendLimit.BuilderSpendLimit.Builder. name(SpendLimitName name)The name for the SpendLimit.SpendLimit.BuilderSpendLimit.Builder. overridden(Boolean overridden)When set toTrue, the value that has been specified in theEnforcedLimitis used to determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars.SpendLimit.BuilderSpendLimit. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type SpendLimit.Builder Modifier and Type Method Description static Class<? extends SpendLimit.Builder>SpendLimit. serializableBuilderClass()
-