public static interface UpdatePhoneNumberRequest.Builder extends PinpointSmsVoiceV2Request.Builder, SdkPojo, CopyableBuilder<UpdatePhoneNumberRequest.Builder,UpdatePhoneNumberRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePhoneNumberRequest.Builder phoneNumberId(String phoneNumberId)
The unique identifier of the phone number. Valid values for this field can be either the PhoneNumberId or PhoneNumberArn.
phoneNumberId - The unique identifier of the phone number. Valid values for this field can be either the PhoneNumberId
or PhoneNumberArn.UpdatePhoneNumberRequest.Builder twoWayEnabled(Boolean twoWayEnabled)
By default this is set to false. When set to true you can receive incoming text messages from your end recipients.
twoWayEnabled - By default this is set to false. When set to true you can receive incoming text messages from your end
recipients.UpdatePhoneNumberRequest.Builder twoWayChannelArn(String twoWayChannelArn)
The Amazon Resource Name (ARN) of the two way channel.
twoWayChannelArn - The Amazon Resource Name (ARN) of the two way channel.UpdatePhoneNumberRequest.Builder selfManagedOptOutsEnabled(Boolean 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, Amazon Pinpoint 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.
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, Amazon Pinpoint 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.UpdatePhoneNumberRequest.Builder optOutListName(String optOutListName)
The OptOutList to add the phone number to. Valid values for this field can be either the OutOutListName or OutOutListArn.
optOutListName - The OptOutList to add the phone number to. Valid values for this field can be either the
OutOutListName or OutOutListArn.UpdatePhoneNumberRequest.Builder deletionProtectionEnabled(Boolean deletionProtectionEnabled)
By default this is set to false. When set to true the phone number can't be deleted.
deletionProtectionEnabled - By default this is set to false. When set to true the phone number can't be deleted.UpdatePhoneNumberRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePhoneNumberRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.