Class EmailRawSubmittedResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.emaildataplane.model.EmailRawSubmittedResponse.Builder
 
- 
- Enclosing class:
- EmailRawSubmittedResponse
 
 public static class EmailRawSubmittedResponse.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EmailRawSubmittedResponsebuild()EmailRawSubmittedResponse.Buildercopy(EmailRawSubmittedResponse model)EmailRawSubmittedResponse.BuilderenvelopeId(String envelopeId)Email Delivery generated unique Envelope ID of the email submission.EmailRawSubmittedResponse.BuildermessageId(String messageId)The unique ID for the email’s Message-ID header used for service log correlation.EmailRawSubmittedResponse.BuildersuppressedRecipients(List<String> suppressedRecipients)Return list of suppressed email addresses.
 
- 
- 
- 
Method Detail- 
messageIdpublic EmailRawSubmittedResponse.Builder messageId(String messageId) The unique ID for the email’s Message-ID header used for service log correlation.Example: sdiofu234qwermls24fd@mail.example.com - Parameters:
- messageId- the value to set
- Returns:
- this builder
 
 - 
envelopeIdpublic EmailRawSubmittedResponse.Builder envelopeId(String envelopeId) Email Delivery generated unique Envelope ID of the email submission.If you need to contact Email Delivery about a particular request, please provide the Envelope ID. - Parameters:
- envelopeId- the value to set
- Returns:
- this builder
 
 - 
suppressedRecipientspublic EmailRawSubmittedResponse.Builder suppressedRecipients(List<String> suppressedRecipients) Return list of suppressed email addresses.- Parameters:
- suppressedRecipients- the value to set
- Returns:
- this builder
 
 - 
buildpublic EmailRawSubmittedResponse build() 
 - 
copypublic EmailRawSubmittedResponse.Builder copy(EmailRawSubmittedResponse model) 
 
- 
 
-