| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static SenderIdInformation.Builder |
SenderIdInformation.builder() |
SenderIdInformation.Builder |
SenderIdInformation.Builder.isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.messageTypes(Collection<MessageType> messageTypes)
The type of message.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.messageTypes(MessageType... messageTypes)
The type of message.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.messageTypesWithStrings(Collection<String> messageTypes)
The type of message.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.messageTypesWithStrings(String... messageTypes)
The type of message.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.monthlyLeasingPrice(String monthlyLeasingPrice)
The monthly leasing price, in US dollars.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.senderId(String senderId)
The alphanumeric sender ID in a specific country that you'd like to describe.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.senderIdArn(String senderIdArn)
The Amazon Resource Name (ARN) associated with the SenderId.
|
SenderIdInformation.Builder |
SenderIdInformation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SenderIdInformation.Builder> |
SenderIdInformation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.