| Modifier and Type | Method and Description |
|---|---|
S3.Builder |
bucket(IBucket bucket)
(experimental) The S3 bucket that incoming email will be saved to.
|
S3 |
build() |
static S3.Builder |
create() |
S3.Builder |
kmsKey(IKey kmsKey)
(experimental) The master key that SES should use to encrypt your emails before saving them to the S3 bucket.
|
S3.Builder |
objectKeyPrefix(String objectKeyPrefix)
(experimental) The key prefix of the S3 bucket.
|
S3.Builder |
topic(ITopic topic)
(experimental) The SNS topic to notify when the S3 action is taken.
|
@Stability(value=Experimental) public static S3.Builder create()
S3.Builder.@Stability(value=Experimental) public S3.Builder bucket(IBucket bucket)
bucket - The S3 bucket that incoming email will be saved to. This parameter is required.this@Stability(value=Experimental) public S3.Builder kmsKey(IKey kmsKey)
Default: no encryption
kmsKey - The master key that SES should use to encrypt your emails before saving them to the S3 bucket. This parameter is required.this@Stability(value=Experimental) public S3.Builder objectKeyPrefix(String objectKeyPrefix)
Default: no prefix
objectKeyPrefix - The key prefix of the S3 bucket. This parameter is required.this@Stability(value=Experimental) public S3.Builder topic(ITopic topic)
Default: no notification
topic - The SNS topic to notify when the S3 action is taken. This parameter is required.thisCopyright © 2021. All rights reserved.