Interface Bounce.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Bounce.Builder,Bounce>,SdkBuilder<Bounce.Builder,Bounce>,SdkPojo
- Enclosing class:
- Bounce
public static interface Bounce.Builder extends SdkPojo, CopyableBuilder<Bounce.Builder,Bounce>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bounce.BuilderbounceSubType(String bounceSubType)The subtype of the bounce, as determined by SES.Bounce.BuilderbounceType(String bounceType)The type of the bounce, as determined by SES.Bounce.BuilderbounceType(BounceType bounceType)The type of the bounce, as determined by SES.Bounce.BuilderdiagnosticCode(String diagnosticCode)The status code issued by the reporting Message Transfer Authority (MTA).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bounceType
Bounce.Builder bounceType(String bounceType)
The type of the bounce, as determined by SES. Can be one of
UNDETERMINED,TRANSIENT, orPERMANENT- Parameters:
bounceType- The type of the bounce, as determined by SES. Can be one ofUNDETERMINED,TRANSIENT, orPERMANENT- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BounceType,BounceType
-
bounceType
Bounce.Builder bounceType(BounceType bounceType)
The type of the bounce, as determined by SES. Can be one of
UNDETERMINED,TRANSIENT, orPERMANENT- Parameters:
bounceType- The type of the bounce, as determined by SES. Can be one ofUNDETERMINED,TRANSIENT, orPERMANENT- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BounceType,BounceType
-
bounceSubType
Bounce.Builder bounceSubType(String bounceSubType)
The subtype of the bounce, as determined by SES.
- Parameters:
bounceSubType- The subtype of the bounce, as determined by SES.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
diagnosticCode
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-Codewas provided in the DSN.- Parameters:
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 theDiagnostic-Codewas provided in the DSN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-