Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.Content.Builder
-
Packages that use Content.Builder Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of Content.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return Content.Builder Modifier and Type Method Description static Content.BuilderContent. builder()Content.BuilderContent.Builder. charset(String charset)The character set for the content.Content.BuilderContent.Builder. data(String data)The content of the message itself.Content.BuilderContent. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type Content.Builder Modifier and Type Method Description static Class<? extends Content.Builder>Content. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type Content.Builder Modifier and Type Method Description default Body.BuilderBody.Builder. html(Consumer<Content.Builder> html)An object that represents the version of the message that is displayed in email clients that support HTML.default Message.BuilderMessage.Builder. subject(Consumer<Content.Builder> subject)The subject line of the email.default Body.BuilderBody.Builder. text(Consumer<Content.Builder> text)An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.
-