Class EmailIdentityMailFromAttributesArgs.Builder

    • Method Detail

      • behaviorOnMxFailure

        public EmailIdentityMailFromAttributesArgs.Builder behaviorOnMxFailure​(@Nullable
                                                                               com.pulumi.core.Output<java.lang.String> behaviorOnMxFailure)
        Parameters:
        behaviorOnMxFailure - The action to take if the required MX record isn't found when you send an email. Valid values: `USE_DEFAULT_VALUE`, `REJECT_MESSAGE`.
        Returns:
        builder
      • behaviorOnMxFailure

        public EmailIdentityMailFromAttributesArgs.Builder behaviorOnMxFailure​(java.lang.String behaviorOnMxFailure)
        Parameters:
        behaviorOnMxFailure - The action to take if the required MX record isn't found when you send an email. Valid values: `USE_DEFAULT_VALUE`, `REJECT_MESSAGE`.
        Returns:
        builder
      • emailIdentity

        public EmailIdentityMailFromAttributesArgs.Builder emailIdentity​(com.pulumi.core.Output<java.lang.String> emailIdentity)
        Parameters:
        emailIdentity - The verified email identity.
        Returns:
        builder
      • mailFromDomain

        public EmailIdentityMailFromAttributesArgs.Builder mailFromDomain​(@Nullable
                                                                          com.pulumi.core.Output<java.lang.String> mailFromDomain)
        Parameters:
        mailFromDomain - The custom MAIL FROM domain that you want the verified identity to use. Required if `behavior_on_mx_failure` is `REJECT_MESSAGE`.
        Returns:
        builder
      • mailFromDomain

        public EmailIdentityMailFromAttributesArgs.Builder mailFromDomain​(java.lang.String mailFromDomain)
        Parameters:
        mailFromDomain - The custom MAIL FROM domain that you want the verified identity to use. Required if `behavior_on_mx_failure` is `REJECT_MESSAGE`.
        Returns:
        builder