Uses of Class
software.amazon.awscdk.services.ses.S3ActionConfig.Builder
Packages that use S3ActionConfig.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of S3ActionConfig.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return S3ActionConfig.BuilderModifier and TypeMethodDescriptionS3ActionConfig.Builder.bucketName
(String bucketName) Sets the value ofS3ActionConfig.getBucketName()
static S3ActionConfig.Builder
S3ActionConfig.builder()
Sets the value ofS3ActionConfig.getKmsKeyArn()
S3ActionConfig.Builder.objectKeyPrefix
(String objectKeyPrefix) Sets the value ofS3ActionConfig.getObjectKeyPrefix()
Sets the value ofS3ActionConfig.getTopicArn()
Constructors in software.amazon.awscdk.services.ses with parameters of type S3ActionConfig.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(S3ActionConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theS3ActionConfig.Builder
.