Uses of Interface
software.amazon.awssdk.services.pinpoint.model.Template.Builder
-
Packages that use Template.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of Template.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return Template.Builder Modifier and Type Method Description static Template.BuilderTemplate. builder()Template.BuilderTemplate.Builder. name(String name)The name of the message template to use for the message.Template.BuilderTemplate. toBuilder()Template.BuilderTemplate.Builder. version(String version)The unique identifier for the version of the message template to use for the message.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type Template.Builder Modifier and Type Method Description static Class<? extends Template.Builder>Template. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type Template.Builder Modifier and Type Method Description default TemplateConfiguration.BuilderTemplateConfiguration.Builder. emailTemplate(Consumer<Template.Builder> emailTemplate)The email template to use for the message.default TemplateConfiguration.BuilderTemplateConfiguration.Builder. inAppTemplate(Consumer<Template.Builder> inAppTemplate)The InApp template to use for the message.default TemplateConfiguration.BuilderTemplateConfiguration.Builder. pushTemplate(Consumer<Template.Builder> pushTemplate)The push notification template to use for the message.default TemplateConfiguration.BuilderTemplateConfiguration.Builder. smsTemplate(Consumer<Template.Builder> smsTemplate)The SMS template to use for the message.default TemplateConfiguration.BuilderTemplateConfiguration.Builder. voiceTemplate(Consumer<Template.Builder> voiceTemplate)The voice template to use for the message.
-