public static class Configuration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Configuration |
build() |
Configuration.Builder |
compartmentId(String compartmentId)
The root compartment
OCID (same
as the tenancy OCID)
|
Configuration.Builder |
copy(Configuration model) |
Configuration.Builder |
httpSubmitEndpoint(String httpSubmitEndpoint)
Endpoint used to submit emails via the HTTP email submission API
|
Configuration.Builder |
smtpSubmitEndpoint(String smtpSubmitEndpoint)
Endpoint used to submit emails via the standard SMTP submission protocol.
|
public Configuration.Builder compartmentId(String compartmentId)
The root compartment OCID (same as the tenancy OCID)
compartmentId
- the value to setpublic Configuration.Builder httpSubmitEndpoint(String httpSubmitEndpoint)
Endpoint used to submit emails via the HTTP email submission API
httpSubmitEndpoint
- the value to setpublic 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.
smtpSubmitEndpoint
- the value to setpublic Configuration build()
public Configuration.Builder copy(Configuration model)
Copyright © 2016–2024. All rights reserved.