Uses of Class
software.amazon.awscdk.services.smsvoice.CfnPhoneNumber.Builder
Packages that use CfnPhoneNumber.Builder
-
Uses of CfnPhoneNumber.Builder in software.amazon.awscdk.services.smsvoice
Methods in software.amazon.awscdk.services.smsvoice that return CfnPhoneNumber.BuilderModifier and TypeMethodDescriptionstatic CfnPhoneNumber.BuilderCfnPhoneNumber.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) By default this is set to false.CfnPhoneNumber.Builder.deletionProtectionEnabled(IResolvable deletionProtectionEnabled) By default this is set to false.CfnPhoneNumber.Builder.isoCountryCode(String isoCountryCode) The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.CfnPhoneNumber.Builder.mandatoryKeywords(IResolvable mandatoryKeywords) Creates or updates aMandatoryKeywordconfiguration on an origination phone number For more information, see Keywords in the End User Messaging User Guide.CfnPhoneNumber.Builder.mandatoryKeywords(CfnPhoneNumber.MandatoryKeywordsProperty mandatoryKeywords) Creates or updates aMandatoryKeywordconfiguration on an origination phone number For more information, see Keywords in the End User Messaging User Guide.CfnPhoneNumber.Builder.numberCapabilities(List<String> numberCapabilities) Indicates if the phone number will be used for text messages, voice messages, or both.CfnPhoneNumber.Builder.numberType(String numberType) The type of phone number to request.CfnPhoneNumber.Builder.optionalKeywords(List<? extends Object> optionalKeywords) A keyword is a word that you can search for on a particular phone number or pool.CfnPhoneNumber.Builder.optionalKeywords(IResolvable optionalKeywords) A keyword is a word that you can search for on a particular phone number or pool.CfnPhoneNumber.Builder.optOutListName(String optOutListName) The name of the OptOutList associated with the phone number.CfnPhoneNumber.Builder.selfManagedOptOutsEnabled(Boolean selfManagedOptOutsEnabled) When set to false and an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, End User Messaging automatically replies with a customizable message and adds the end recipient to the OptOutList.CfnPhoneNumber.Builder.selfManagedOptOutsEnabled(IResolvable selfManagedOptOutsEnabled) When set to false and an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, End User Messaging automatically replies with a customizable message and adds the end recipient to the OptOutList.An array of tags (key and value pairs) to associate with the requested phone number.CfnPhoneNumber.Builder.twoWay(IResolvable twoWay) Describes the two-way SMS configuration for a phone number.CfnPhoneNumber.Builder.twoWay(CfnPhoneNumber.TwoWayProperty twoWay) Describes the two-way SMS configuration for a phone number.