Interface PhoneNumberInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PhoneNumberInformation.Builder,
,PhoneNumberInformation> SdkBuilder<PhoneNumberInformation.Builder,
,PhoneNumberInformation> SdkPojo
- Enclosing class:
PhoneNumberInformation
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time when the phone number was created, in UNIX epoch time format.deletionProtectionEnabled
(Boolean deletionProtectionEnabled) When set to true the phone number can't be deleted.isoCountryCode
(String isoCountryCode) The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.messageType
(String messageType) The type of message.messageType
(MessageType messageType) The type of message.monthlyLeasingPrice
(String monthlyLeasingPrice) The price, in US dollars, to lease the phone number.numberCapabilities
(Collection<NumberCapability> numberCapabilities) Describes if the origination identity can be used for text messages, voice calls or both.numberCapabilities
(NumberCapability... numberCapabilities) Describes if the origination identity can be used for text messages, voice calls or both.numberCapabilitiesWithStrings
(String... numberCapabilities) Describes if the origination identity can be used for text messages, voice calls or both.numberCapabilitiesWithStrings
(Collection<String> numberCapabilities) Describes if the origination identity can be used for text messages, voice calls or both.numberType
(String numberType) The type of phone number.numberType
(NumberType numberType) The type of phone number.optOutListName
(String optOutListName) The name of the OptOutList associated with the phone number.phoneNumber
(String phoneNumber) The phone number in E.164 format.phoneNumberArn
(String phoneNumberArn) The Amazon Resource Name (ARN) associated with the phone number.phoneNumberId
(String phoneNumberId) The unique identifier for the phone number.The unique identifier of the pool associated with the phone number.registrationId
(String registrationId) The unique identifier for the registration.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, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList.The current status of the phone number.status
(NumberStatus status) The current status of the phone number.twoWayChannelArn
(String twoWayChannelArn) The Amazon Resource Name (ARN) of the two way channel.twoWayChannelRole
(String twoWayChannelRole) An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.twoWayEnabled
(Boolean twoWayEnabled) By default this is set to false.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
phoneNumberArn
The Amazon Resource Name (ARN) associated with the phone number.
- Parameters:
phoneNumberArn
- The Amazon Resource Name (ARN) associated with the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberId
The unique identifier for the phone number.
- Parameters:
phoneNumberId
- The unique identifier for the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The phone number in E.164 format.
- Parameters:
phoneNumber
- The phone number in E.164 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the phone number.
- Parameters:
status
- The current status of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the phone number.
- Parameters:
status
- The current status of the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isoCountryCode
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
- Parameters:
isoCountryCode
- The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageType
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.
- Parameters:
messageType
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
messageType
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.
- Parameters:
messageType
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberCapabilitiesWithStrings
Describes if the origination identity can be used for text messages, voice calls or both.
- Parameters:
numberCapabilities
- Describes if the origination identity can be used for text messages, voice calls or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCapabilitiesWithStrings
Describes if the origination identity can be used for text messages, voice calls or both.
- Parameters:
numberCapabilities
- Describes if the origination identity can be used for text messages, voice calls or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCapabilities
Describes if the origination identity can be used for text messages, voice calls or both.
- Parameters:
numberCapabilities
- Describes if the origination identity can be used for text messages, voice calls or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCapabilities
Describes if the origination identity can be used for text messages, voice calls or both.
- Parameters:
numberCapabilities
- Describes if the origination identity can be used for text messages, voice calls or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberType
The type of phone number.
- Parameters:
numberType
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberType
The type of phone number.
- Parameters:
numberType
- The type of phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monthlyLeasingPrice
The price, in US dollars, to lease the phone number.
- Parameters:
monthlyLeasingPrice
- The price, in US dollars, to lease the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
twoWayEnabled
By default this is set to false. When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
- Parameters:
twoWayEnabled
- By default this is set to false. When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
twoWayChannelArn
The Amazon Resource Name (ARN) of the two way channel.
- Parameters:
twoWayChannelArn
- The Amazon Resource Name (ARN) of the two way channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
twoWayChannelRole
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
- Parameters:
twoWayChannelRole
- An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfManagedOptOutsEnabled
When set to false an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out request. For more information see Self-managed opt-outs
- Parameters:
selfManagedOptOutsEnabled
- When set to false an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you're responsible for responding to HELP and STOP requests. You're also responsible for tracking and honoring opt-out request. For more information see Self-managed opt-outs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optOutListName
The name of the OptOutList associated with the phone number.
- Parameters:
optOutListName
- The name of the OptOutList associated with the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionProtectionEnabled
When set to true the phone number can't be deleted.
- Parameters:
deletionProtectionEnabled
- When set to true the phone number can't be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
poolId
The unique identifier of the pool associated with the phone number.
- Parameters:
poolId
- The unique identifier of the pool associated with the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationId
The unique identifier for the registration.
- Parameters:
registrationId
- The unique identifier for the registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The time when the phone number was created, in UNIX epoch time format.
- Parameters:
createdTimestamp
- The time when the phone number was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-