Uses of Interface
software.amazon.awssdk.services.connectcampaignsv2.model.EmailChannelSubtypeParameters.Builder
-
Packages that use EmailChannelSubtypeParameters.Builder Package Description software.amazon.awssdk.services.connectcampaignsv2.model -
-
Uses of EmailChannelSubtypeParameters.Builder in software.amazon.awssdk.services.connectcampaignsv2.model
Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return EmailChannelSubtypeParameters.Builder Modifier and Type Method Description static EmailChannelSubtypeParameters.BuilderEmailChannelSubtypeParameters. builder()EmailChannelSubtypeParameters.BuilderEmailChannelSubtypeParameters.Builder. connectSourceEmailAddress(String connectSourceEmailAddress)Sets the value of the ConnectSourceEmailAddress property for this object.EmailChannelSubtypeParameters.BuilderEmailChannelSubtypeParameters.Builder. destinationEmailAddress(String destinationEmailAddress)Sets the value of the DestinationEmailAddress property for this object.EmailChannelSubtypeParameters.BuilderEmailChannelSubtypeParameters.Builder. templateArn(String templateArn)Sets the value of the TemplateArn property for this object.EmailChannelSubtypeParameters.BuilderEmailChannelSubtypeParameters.Builder. templateParameters(Map<String,String> templateParameters)Sets the value of the TemplateParameters property for this object.EmailChannelSubtypeParameters.BuilderEmailChannelSubtypeParameters. toBuilder()Methods in software.amazon.awssdk.services.connectcampaignsv2.model that return types with arguments of type EmailChannelSubtypeParameters.Builder Modifier and Type Method Description static Class<? extends EmailChannelSubtypeParameters.Builder>EmailChannelSubtypeParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcampaignsv2.model with type arguments of type EmailChannelSubtypeParameters.Builder Modifier and Type Method Description default ChannelSubtypeParameters.BuilderChannelSubtypeParameters.Builder. email(Consumer<EmailChannelSubtypeParameters.Builder> email)Sets the value of the Email property for this object.static ChannelSubtypeParametersChannelSubtypeParameters. fromEmail(Consumer<EmailChannelSubtypeParameters.Builder> email)Create an instance of this class withChannelSubtypeParameters.email()initialized to the given value.
-