Class TemplateArgs.Builder

  • Enclosing class:
    TemplateArgs

    public static final class TemplateArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • html

        public TemplateArgs.Builder html​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> html)
        Parameters:
        html - The HTML body of the email. Must be less than 500KB in size, including both the text and HTML parts.
        Returns:
        builder
      • html

        public TemplateArgs.Builder html​(java.lang.String html)
        Parameters:
        html - The HTML body of the email. Must be less than 500KB in size, including both the text and HTML parts.
        Returns:
        builder
      • name

        public TemplateArgs.Builder name​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the template. Cannot exceed 64 characters. You will refer to this name when you send email.
        Returns:
        builder
      • name

        public TemplateArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name of the template. Cannot exceed 64 characters. You will refer to this name when you send email.
        Returns:
        builder
      • subject

        public TemplateArgs.Builder subject​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> subject)
        Parameters:
        subject - The subject line of the email.
        Returns:
        builder
      • subject

        public TemplateArgs.Builder subject​(java.lang.String subject)
        Parameters:
        subject - The subject line of the email.
        Returns:
        builder
      • text

        public TemplateArgs.Builder text​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> text)
        Parameters:
        text - The email body that will be visible to recipients whose email clients do not display HTML. Must be less than 500KB in size, including both the text and HTML parts.
        Returns:
        builder
      • text

        public TemplateArgs.Builder text​(java.lang.String text)
        Parameters:
        text - The email body that will be visible to recipients whose email clients do not display HTML. Must be less than 500KB in size, including both the text and HTML parts.
        Returns:
        builder