public static interface SenderIdInformation.Builder extends SdkPojo, CopyableBuilder<SenderIdInformation.Builder,SenderIdInformation>
| Modifier and Type | Method and Description |
|---|---|
SenderIdInformation.Builder |
isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
SenderIdInformation.Builder |
messageTypes(Collection<MessageType> messageTypes)
The type of message.
|
SenderIdInformation.Builder |
messageTypes(MessageType... messageTypes)
The type of message.
|
SenderIdInformation.Builder |
messageTypesWithStrings(Collection<String> messageTypes)
The type of message.
|
SenderIdInformation.Builder |
messageTypesWithStrings(String... messageTypes)
The type of message.
|
SenderIdInformation.Builder |
monthlyLeasingPrice(String monthlyLeasingPrice)
The monthly leasing price, in US dollars.
|
SenderIdInformation.Builder |
senderId(String senderId)
The alphanumeric sender ID in a specific country that you'd like to describe.
|
SenderIdInformation.Builder |
senderIdArn(String senderIdArn)
The Amazon Resource Name (ARN) associated with the SenderId.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSenderIdInformation.Builder senderIdArn(String senderIdArn)
The Amazon Resource Name (ARN) associated with the SenderId.
senderIdArn - The Amazon Resource Name (ARN) associated with the SenderId.SenderIdInformation.Builder senderId(String senderId)
The alphanumeric sender ID in a specific country that you'd like to describe.
senderId - The alphanumeric sender ID in a specific country that you'd like to describe.SenderIdInformation.Builder isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
isoCountryCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.SenderIdInformation.Builder messageTypesWithStrings(Collection<String> messageTypes)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageTypes - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.SenderIdInformation.Builder messageTypesWithStrings(String... messageTypes)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageTypes - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.SenderIdInformation.Builder messageTypes(Collection<MessageType> messageTypes)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageTypes - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.SenderIdInformation.Builder messageTypes(MessageType... messageTypes)
The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive and PROMOTIONAL for messages that aren't critical or time-sensitive.
messageTypes - The type of message. Valid values are TRANSACTIONAL for messages that are critical or time-sensitive
and PROMOTIONAL for messages that aren't critical or time-sensitive.SenderIdInformation.Builder monthlyLeasingPrice(String monthlyLeasingPrice)
The monthly leasing price, in US dollars.
monthlyLeasingPrice - The monthly leasing price, in US dollars.Copyright © 2023. All rights reserved.