Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.EmailChannelSubtypeConfig.Builder
-
Packages that use EmailChannelSubtypeConfig.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of EmailChannelSubtypeConfig.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return EmailChannelSubtypeConfig.Builder Modifier and Type Method Description static EmailChannelSubtypeConfig.BuilderEmailChannelSubtypeConfig. builder()EmailChannelSubtypeConfig.BuilderEmailChannelSubtypeConfig.Builder. capacity(Double capacity)Sets the value of the Capacity property for this object.default EmailChannelSubtypeConfig.BuilderEmailChannelSubtypeConfig.Builder. defaultOutboundConfig(Consumer<EmailOutboundConfig.Builder> defaultOutboundConfig)Sets the value of the DefaultOutboundConfig property for this object.EmailChannelSubtypeConfig.BuilderEmailChannelSubtypeConfig.Builder. defaultOutboundConfig(EmailOutboundConfig defaultOutboundConfig)Sets the value of the DefaultOutboundConfig property for this object.default EmailChannelSubtypeConfig.BuilderEmailChannelSubtypeConfig.Builder. outboundMode(Consumer<EmailOutboundMode.Builder> outboundMode)Sets the value of the OutboundMode property for this object.EmailChannelSubtypeConfig.BuilderEmailChannelSubtypeConfig.Builder. outboundMode(EmailOutboundMode outboundMode)Sets the value of the OutboundMode property for this object.EmailChannelSubtypeConfig.BuilderEmailChannelSubtypeConfig. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type EmailChannelSubtypeConfig.Builder Modifier and Type Method Description static Class<? extends EmailChannelSubtypeConfig.Builder>EmailChannelSubtypeConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type EmailChannelSubtypeConfig.Builder Modifier and Type Method Description default ChannelSubtypeConfig.BuilderChannelSubtypeConfig.Builder. email(Consumer<EmailChannelSubtypeConfig.Builder> email)Sets the value of the Email property for this object.
-