Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnPhoneNumberPropsMixin.Builder
Packages that use CfnPhoneNumberPropsMixin.Builder
-
Uses of CfnPhoneNumberPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.smsvoice
Methods in software.amazon.awscdk.cfnpropertymixins.services.smsvoice that return CfnPhoneNumberPropsMixin.BuilderModifier and TypeMethodDescriptionCfnPhoneNumberPropsMixin.Builder.create()CfnPhoneNumberPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPhoneNumberPropsMixin.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) By default this is set to false.CfnPhoneNumberPropsMixin.Builder.deletionProtectionEnabled(IResolvable deletionProtectionEnabled) By default this is set to false.CfnPhoneNumberPropsMixin.Builder.isoCountryCode(String isoCountryCode) The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.CfnPhoneNumberPropsMixin.Builder.mandatoryKeywords(CfnPhoneNumberPropsMixin.MandatoryKeywordsProperty mandatoryKeywords) Creates or updates aMandatoryKeywordconfiguration on an origination phone number For more information, see Keywords in the End User Messaging User Guide.CfnPhoneNumberPropsMixin.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.CfnPhoneNumberPropsMixin.Builder.numberCapabilities(List<String> numberCapabilities) Indicates if the phone number will be used for text messages, voice messages, or both.CfnPhoneNumberPropsMixin.Builder.numberType(String numberType) The type of phone number to request.CfnPhoneNumberPropsMixin.Builder.optionalKeywords(List<? extends Object> optionalKeywords) A keyword is a word that you can search for on a particular phone number or pool.CfnPhoneNumberPropsMixin.Builder.optionalKeywords(IResolvable optionalKeywords) A keyword is a word that you can search for on a particular phone number or pool.CfnPhoneNumberPropsMixin.Builder.optOutListName(String optOutListName) The name of the OptOutList associated with the phone number.CfnPhoneNumberPropsMixin.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.CfnPhoneNumberPropsMixin.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.CfnPhoneNumberPropsMixin.Builder.twoWay(CfnPhoneNumberPropsMixin.TwoWayProperty twoWay) Describes the two-way SMS configuration for a phone number.CfnPhoneNumberPropsMixin.Builder.twoWay(IResolvable twoWay) Describes the two-way SMS configuration for a phone number.