Uses of Class
software.amazon.awscdk.services.smsvoice.CfnPool.Builder
Packages that use CfnPool.Builder
-
Uses of CfnPool.Builder in software.amazon.awscdk.services.smsvoice
Methods in software.amazon.awscdk.services.smsvoice that return CfnPool.BuilderModifier and TypeMethodDescriptionstatic CfnPool.BuilderCfnPool.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) When set to true the pool can't be deleted.CfnPool.Builder.deletionProtectionEnabled(IResolvable deletionProtectionEnabled) When set to true the pool can't be deleted.CfnPool.Builder.mandatoryKeywords(IResolvable mandatoryKeywords) Creates or updates the pool'sMandatoryKeywordconfiguration.CfnPool.Builder.mandatoryKeywords(CfnPool.MandatoryKeywordsProperty mandatoryKeywords) Creates or updates the pool'sMandatoryKeywordconfiguration.CfnPool.Builder.optionalKeywords(List<? extends Object> optionalKeywords) Specifies any optional keywords to associate with the pool.CfnPool.Builder.optionalKeywords(IResolvable optionalKeywords) Specifies any optional keywords to associate with the pool.CfnPool.Builder.optOutListName(String optOutListName) The name of the OptOutList associated with the pool.CfnPool.Builder.originationIdentities(List<String> originationIdentities) The list of origination identities to apply to the pool, eitherPhoneNumberArnorSenderIdArn.CfnPool.Builder.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, End User Messaging automatically replies with a customizable message and adds the end recipient to the OptOutList.CfnPool.Builder.selfManagedOptOutsEnabled(IResolvable selfManagedOptOutsEnabled) When set to false, 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.CfnPool.Builder.sharedRoutesEnabled(Boolean sharedRoutesEnabled) Allows you to enable shared routes on your pool.CfnPool.Builder.sharedRoutesEnabled(IResolvable sharedRoutesEnabled) Allows you to enable shared routes on your pool.An array of tags (key and value pairs) associated with the pool.CfnPool.Builder.twoWay(IResolvable twoWay) Describes the two-way SMS configuration for a phone number.CfnPool.Builder.twoWay(CfnPool.TwoWayProperty twoWay) Describes the two-way SMS configuration for a phone number.