static Suppression.Builder |
Suppression.builder() |
Create a new builder.
|
Suppression.Builder |
Suppression.Builder.compartmentId(String compartmentId) |
The OCID of the compartment to contain the suppression.
|
Suppression.Builder |
Suppression.Builder.copy(Suppression model) |
|
Suppression.Builder |
Suppression.Builder.emailAddress(String emailAddress) |
Email address of the suppression.
|
Suppression.Builder |
Suppression.Builder.errorDetail(String errorDetail) |
The specific error message returned by a system that resulted in the suppression.
|
Suppression.Builder |
Suppression.Builder.errorSource(String errorSource) |
DNS name of the source of the error that caused the suppression.
|
Suppression.Builder |
Suppression.Builder.id(String id) |
The unique ID of the suppression.
|
Suppression.Builder |
Suppression.Builder.messageId(String messageId) |
The value of the Message-ID header from the email that triggered a suppression.
|
Suppression.Builder |
Suppression.Builder.reason(SuppressionReason reason) |
The reason that the email address was suppressed.
|
Suppression.Builder |
Suppression.Builder.timeCreated(Date timeCreated) |
The date and time the suppression was added in “YYYY-MM-ddThh:mmZ” format with a Z
offset, as defined by RFC 3339.
|
Suppression.Builder |
Suppression.Builder.timeLastSuppressed(Date timeLastSuppressed) |
The last date and time the suppression prevented submission in “YYYY-MM-ddThh:mmZ” format
with a Z offset, as defined by RFC 3339.
|
Suppression.Builder |
Suppression.toBuilder() |
|