Uses of Class
software.amazon.awscdk.services.smsvoice.CfnPoolProps.Builder
Packages that use CfnPoolProps.Builder
-
Uses of CfnPoolProps.Builder in software.amazon.awscdk.services.smsvoice
Methods in software.amazon.awscdk.services.smsvoice that return CfnPoolProps.BuilderModifier and TypeMethodDescriptionstatic CfnPoolProps.Builder
CfnPoolProps.builder()
CfnPoolProps.Builder.deletionProtectionEnabled
(Boolean deletionProtectionEnabled) Sets the value ofCfnPoolProps.getDeletionProtectionEnabled()
CfnPoolProps.Builder.deletionProtectionEnabled
(IResolvable deletionProtectionEnabled) Sets the value ofCfnPoolProps.getDeletionProtectionEnabled()
CfnPoolProps.Builder.mandatoryKeywords
(IResolvable mandatoryKeywords) Sets the value ofCfnPoolProps.getMandatoryKeywords()
CfnPoolProps.Builder.mandatoryKeywords
(CfnPool.MandatoryKeywordsProperty mandatoryKeywords) Sets the value ofCfnPoolProps.getMandatoryKeywords()
CfnPoolProps.Builder.optionalKeywords
(List<? extends Object> optionalKeywords) Sets the value ofCfnPoolProps.getOptionalKeywords()
CfnPoolProps.Builder.optionalKeywords
(IResolvable optionalKeywords) Sets the value ofCfnPoolProps.getOptionalKeywords()
CfnPoolProps.Builder.optOutListName
(String optOutListName) Sets the value ofCfnPoolProps.getOptOutListName()
CfnPoolProps.Builder.originationIdentities
(List<String> originationIdentities) Sets the value ofCfnPoolProps.getOriginationIdentities()
CfnPoolProps.Builder.selfManagedOptOutsEnabled
(Boolean selfManagedOptOutsEnabled) Sets the value ofCfnPoolProps.getSelfManagedOptOutsEnabled()
CfnPoolProps.Builder.selfManagedOptOutsEnabled
(IResolvable selfManagedOptOutsEnabled) Sets the value ofCfnPoolProps.getSelfManagedOptOutsEnabled()
CfnPoolProps.Builder.sharedRoutesEnabled
(Boolean sharedRoutesEnabled) Sets the value ofCfnPoolProps.getSharedRoutesEnabled()
CfnPoolProps.Builder.sharedRoutesEnabled
(IResolvable sharedRoutesEnabled) Sets the value ofCfnPoolProps.getSharedRoutesEnabled()
Sets the value ofCfnPoolProps.getTags()
CfnPoolProps.Builder.twoWay
(IResolvable twoWay) Sets the value ofCfnPoolProps.getTwoWay()
CfnPoolProps.Builder.twoWay
(CfnPool.TwoWayProperty twoWay) Sets the value ofCfnPoolProps.getTwoWay()
Constructors in software.amazon.awscdk.services.smsvoice with parameters of type CfnPoolProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPoolProps.Builder
.