static SenderIdInformation.Builder |
SenderIdInformation.builder() |
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) |
By default this is set to false.
|
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(String... messageTypes) |
The type of message.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.messageTypesWithStrings(Collection<String> messageTypes) |
The type of message.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.monthlyLeasingPrice(String monthlyLeasingPrice) |
The monthly leasing price, in US dollars.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.registered(Boolean registered) |
True if the sender ID is registered.
|
SenderIdInformation.Builder |
SenderIdInformation.Builder.registrationId(String registrationId) |
The unique identifier for the registration.
|
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() |
|