| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
S3Action.Builder |
S3Action.Builder.bucketName(String bucketName)
The name of the Amazon S3 bucket that incoming email will be saved to.
|
static S3Action.Builder |
S3Action.builder() |
S3Action.Builder |
S3Action.Builder.kmsKeyArn(String kmsKeyArn)
The customer master key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3
bucket.
|
S3Action.Builder |
S3Action.Builder.objectKeyPrefix(String objectKeyPrefix)
The key prefix of the Amazon S3 bucket.
|
S3Action.Builder |
S3Action.toBuilder() |
S3Action.Builder |
S3Action.Builder.topicArn(String topicArn)
The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Action.Builder> |
S3Action.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReceiptAction.Builder |
ReceiptAction.Builder.s3Action(Consumer<S3Action.Builder> s3Action)
Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes
a notification to Amazon SNS.
|
Copyright © 2022. All rights reserved.