Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.smsvoice.CfnPoolPropsMixin.Builder
Packages that use CfnPoolPropsMixin.Builder
-
Uses of CfnPoolPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.smsvoice
Methods in software.amazon.awscdk.cfnpropertymixins.services.smsvoice that return CfnPoolPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnPoolPropsMixin.BuilderCfnPoolPropsMixin.Builder.create()static CfnPoolPropsMixin.BuilderCfnPoolPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnPoolPropsMixin.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) When set to true the pool can't be deleted.CfnPoolPropsMixin.Builder.deletionProtectionEnabled(IResolvable deletionProtectionEnabled) When set to true the pool can't be deleted.CfnPoolPropsMixin.Builder.mandatoryKeywords(CfnPoolPropsMixin.MandatoryKeywordsProperty mandatoryKeywords) Creates or updates the pool'sMandatoryKeywordconfiguration.CfnPoolPropsMixin.Builder.mandatoryKeywords(IResolvable mandatoryKeywords) Creates or updates the pool'sMandatoryKeywordconfiguration.CfnPoolPropsMixin.Builder.optionalKeywords(List<? extends Object> optionalKeywords) Specifies any optional keywords to associate with the pool.CfnPoolPropsMixin.Builder.optionalKeywords(IResolvable optionalKeywords) Specifies any optional keywords to associate with the pool.CfnPoolPropsMixin.Builder.optOutListName(String optOutListName) The name of the OptOutList associated with the pool.CfnPoolPropsMixin.Builder.originationIdentities(List<String> originationIdentities) The list of origination identities to apply to the pool, eitherPhoneNumberArnorSenderIdArn.CfnPoolPropsMixin.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.CfnPoolPropsMixin.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.CfnPoolPropsMixin.Builder.sharedRoutesEnabled(Boolean sharedRoutesEnabled) Allows you to enable shared routes on your pool.CfnPoolPropsMixin.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.CfnPoolPropsMixin.Builder.twoWay(CfnPoolPropsMixin.TwoWayProperty twoWay) Describes the two-way SMS configuration for a phone number.CfnPoolPropsMixin.Builder.twoWay(IResolvable twoWay) Describes the two-way SMS configuration for a phone number.