| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static SpendLimit.Builder |
SpendLimit.builder() |
SpendLimit.Builder |
SpendLimit.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.Builder |
SpendLimit.Builder.maxLimit(Long maxLimit)
The maximum amount of money that you are able to spend to send messages each month, in US dollars.
|
SpendLimit.Builder |
SpendLimit.Builder.name(SpendLimitName name)
The name for the SpendLimit.
|
SpendLimit.Builder |
SpendLimit.Builder.name(String name)
The name for the SpendLimit.
|
SpendLimit.Builder |
SpendLimit.Builder.overridden(Boolean overridden)
When set to
True, the value that has been specified in the EnforcedLimit is used to
determine the maximum amount in US dollars that can be spent to send messages each month, in US dollars. |
SpendLimit.Builder |
SpendLimit.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SpendLimit.Builder> |
SpendLimit.serializableBuilderClass() |
Copyright © 2023. All rights reserved.