Class Configuration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public Configuration.Builder compartmentId​(String compartmentId)
        The root compartment OCID (same as the tenancy OCID)
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • httpSubmitEndpoint

        public Configuration.Builder httpSubmitEndpoint​(String httpSubmitEndpoint)
        Endpoint used to submit emails via the HTTP email submission API
        Parameters:
        httpSubmitEndpoint - the value to set
        Returns:
        this builder
      • smtpSubmitEndpoint

        public Configuration.Builder smtpSubmitEndpoint​(String smtpSubmitEndpoint)
        Endpoint used to submit emails via the standard SMTP submission protocol.

        Note that TLS 1.2 and standard SMTP authentication is required for submission.

        Parameters:
        smtpSubmitEndpoint - the value to set
        Returns:
        this builder