| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static PhoneNumberInformation.Builder |
PhoneNumberInformation.builder() |
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.createdTimestamp(Instant createdTimestamp)
The time when the phone number was created, in UNIX epoch time
format.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true the phone number can't be deleted.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.isoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.messageType(MessageType messageType)
The type of message.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.messageType(String messageType)
The type of message.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.monthlyLeasingPrice(String monthlyLeasingPrice)
The price, in US dollars, to lease the phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberCapabilities(Collection<NumberCapability> numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberCapabilities(NumberCapability... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberCapabilitiesWithStrings(Collection<String> numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberCapabilitiesWithStrings(String... numberCapabilities)
Describes if the origination identity can be used for text messages, voice calls or both.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberType(NumberType numberType)
The type of phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.numberType(String numberType)
The type of phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.optOutListName(String optOutListName)
The name of the OptOutList associated with the phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.phoneNumber(String phoneNumber)
The phone number in E.164 format.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.phoneNumberArn(String phoneNumberArn)
The Amazon Resource Name (ARN) associated with the phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.phoneNumberId(String phoneNumberId)
The unique identifier for the phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.poolId(String poolId)
The unique identifier of the pool associated with the phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled)
When set to false an end recipient sends a message that begins with HELP or STOP to one of your dedicated
numbers, Amazon Pinpoint automatically replies with a customizable message and adds the end recipient to the
OptOutList.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.status(NumberStatus status)
The current status of the phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.status(String status)
The current status of the phone number.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.toBuilder() |
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
|
PhoneNumberInformation.Builder |
PhoneNumberInformation.Builder.twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PhoneNumberInformation.Builder> |
PhoneNumberInformation.serializableBuilderClass() |
Copyright © 2023. All rights reserved.