Interface SendEmailResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendEmailResponse.Builder,SendEmailResponse>,PinpointEmailResponse.Builder,SdkBuilder<SendEmailResponse.Builder,SendEmailResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- SendEmailResponse
public static interface SendEmailResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<SendEmailResponse.Builder,SendEmailResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendEmailResponse.BuildermessageId(String messageId)A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
messageId
SendEmailResponse.Builder messageId(String messageId)
A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.
It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
- Parameters:
messageId- A unique identifier for the message that is generated when Amazon Pinpoint accepts the message.It is possible for Amazon Pinpoint to accept a message without sending it. This can happen when the message you're trying to send has an attachment doesn't pass a virus check, or when you send a templated email that contains invalid personalization content, for example.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-