public static interface Bounce.Builder extends SdkPojo, CopyableBuilder<Bounce.Builder,Bounce>
| Modifier and Type | Method and Description |
|---|---|
Bounce.Builder |
bounceSubType(String bounceSubType)
The subtype of the bounce, as determined by SES.
|
Bounce.Builder |
bounceType(BounceType bounceType)
The type of the bounce, as determined by SES.
|
Bounce.Builder |
bounceType(String bounceType)
The type of the bounce, as determined by SES.
|
Bounce.Builder |
diagnosticCode(String diagnosticCode)
The status code issued by the reporting Message Transfer Authority (MTA).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBounce.Builder bounceType(String bounceType)
The type of the bounce, as determined by SES. Can be one of UNDETERMINED, TRANSIENT
, or PERMANENT
bounceType - The type of the bounce, as determined by SES. Can be one of UNDETERMINED,
TRANSIENT, or PERMANENTBounceType,
BounceTypeBounce.Builder bounceType(BounceType bounceType)
The type of the bounce, as determined by SES. Can be one of UNDETERMINED, TRANSIENT
, or PERMANENT
bounceType - The type of the bounce, as determined by SES. Can be one of UNDETERMINED,
TRANSIENT, or PERMANENTBounceType,
BounceTypeBounce.Builder bounceSubType(String bounceSubType)
The subtype of the bounce, as determined by SES.
bounceSubType - The subtype of the bounce, as determined by SES.Bounce.Builder diagnosticCode(String diagnosticCode)
The status code issued by the reporting Message Transfer Authority (MTA). This field only appears if a
delivery status notification (DSN) was attached to the bounce and the Diagnostic-Code was
provided in the DSN.
diagnosticCode - The status code issued by the reporting Message Transfer Authority (MTA). This field only appears if a
delivery status notification (DSN) was attached to the bounce and the Diagnostic-Code was
provided in the DSN.Copyright © 2023. All rights reserved.