Uses of Interface
software.amazon.awssdk.services.ses.model.S3Action.Builder
-
Packages that use S3Action.Builder Package Description software.amazon.awssdk.services.ses.model -
-
Uses of S3Action.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return S3Action.Builder Modifier and Type Method Description S3Action.BuilderS3Action.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket for incoming email.static S3Action.BuilderS3Action. builder()S3Action.BuilderS3Action.Builder. iamRoleArn(String iamRoleArn)The ARN of the IAM role to be used by Amazon Simple Email Service while writing to the Amazon S3 bucket, optionally encrypting your mail via the provided customer managed key, and publishing to the Amazon SNS topic.S3Action.BuilderS3Action.Builder. kmsKeyArn(String kmsKeyArn)The customer managed key that Amazon SES should use to encrypt your emails before saving them to the Amazon S3 bucket.S3Action.BuilderS3Action.Builder. objectKeyPrefix(String objectKeyPrefix)The key prefix of the Amazon S3 bucket.S3Action.BuilderS3Action. toBuilder()S3Action.BuilderS3Action.Builder. topicArn(String topicArn)The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type S3Action.Builder Modifier and Type Method Description static Class<? extends S3Action.Builder>S3Action. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type S3Action.Builder Modifier and Type Method Description default ReceiptAction.BuilderReceiptAction.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.
-