Interface ReleasePhoneNumberResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ReleasePhoneNumberResponse.Builder,
,ReleasePhoneNumberResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<ReleasePhoneNumberResponse.Builder,
,ReleasePhoneNumberResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ReleasePhoneNumberResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time when the phone number was created, in UNIX epoch time format.isoCountryCode
(String isoCountryCode) The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.messageType
(String messageType) The message type that was associated with the phone number.messageType
(MessageType messageType) The message type that was associated with the phone number.monthlyLeasingPrice
(String monthlyLeasingPrice) The monthly price of the phone number, in US dollars.numberCapabilities
(Collection<NumberCapability> numberCapabilities) Specifies if the number could be used for text messages, voice, or both.numberCapabilities
(NumberCapability... numberCapabilities) Specifies if the number could be used for text messages, voice, or both.numberCapabilitiesWithStrings
(String... numberCapabilities) Specifies if the number could be used for text messages, voice, or both.numberCapabilitiesWithStrings
(Collection<String> numberCapabilities) Specifies if the number could be used for text messages, voice, or both.numberType
(String numberType) The type of number that was released.numberType
(NumberType numberType) The type of number that was released.optOutListName
(String optOutListName) The name of the OptOutList that was associated with the phone number.phoneNumber
(String phoneNumber) The phone number that was released.phoneNumberArn
(String phoneNumberArn) The PhoneNumberArn of the phone number that was released.phoneNumberId
(String phoneNumberId) The PhoneNumberId of the phone number that was released.registrationId
(String registrationId) The unique identifier for the registration.selfManagedOptOutsEnabled
(Boolean selfManagedOptOutsEnabled) By default this is set to false.The current status of the request.status
(NumberStatus status) The current status of the request.twoWayChannelArn
(String twoWayChannelArn) The Amazon Resource Name (ARN) of the TwoWayChannel.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.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
phoneNumberArn
The PhoneNumberArn of the phone number that was released.
- Parameters:
phoneNumberArn
- The PhoneNumberArn of the phone number that was released.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumberId
The PhoneNumberId of the phone number that was released.
- Parameters:
phoneNumberId
- The PhoneNumberId of the phone number that was released.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
The phone number that was released.
- Parameters:
phoneNumber
- The phone number that was released.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the request.
- Parameters:
status
- The current status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the request.
- Parameters:
status
- The current status of the request.- 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 message type that was associated with the phone number.
- Parameters:
messageType
- The message type that was associated with the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
messageType
The message type that was associated with the phone number.
- Parameters:
messageType
- The message type that was associated with the phone number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberCapabilitiesWithStrings
ReleasePhoneNumberResponse.Builder numberCapabilitiesWithStrings(Collection<String> numberCapabilities) Specifies if the number could be used for text messages, voice, or both.
- Parameters:
numberCapabilities
- Specifies if the number could be used for text messages, voice, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCapabilitiesWithStrings
Specifies if the number could be used for text messages, voice, or both.
- Parameters:
numberCapabilities
- Specifies if the number could be used for text messages, voice, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCapabilities
ReleasePhoneNumberResponse.Builder numberCapabilities(Collection<NumberCapability> numberCapabilities) Specifies if the number could be used for text messages, voice, or both.
- Parameters:
numberCapabilities
- Specifies if the number could be used for text messages, voice, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberCapabilities
Specifies if the number could be used for text messages, voice, or both.
- Parameters:
numberCapabilities
- Specifies if the number could be used for text messages, voice, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numberType
The type of number that was released.
- Parameters:
numberType
- The type of number that was released.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
numberType
The type of number that was released.
- Parameters:
numberType
- The type of number that was released.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
monthlyLeasingPrice
The monthly price of the phone number, in US dollars.
- Parameters:
monthlyLeasingPrice
- The monthly price of the phone number, in US dollars.- 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.
- Parameters:
twoWayEnabled
- By default this is set to false. When set to true you can receive incoming text messages from your end recipients.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
twoWayChannelArn
The Amazon Resource Name (ARN) of the TwoWayChannel.
- Parameters:
twoWayChannelArn
- The Amazon Resource Name (ARN) of the TwoWayChannel.- 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
By default this is set to false. When 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 requests.
- Parameters:
selfManagedOptOutsEnabled
- By default this is set to false. When 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 requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optOutListName
The name of the OptOutList that was associated with the phone number.
- Parameters:
optOutListName
- The name of the OptOutList that was 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.
-